mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fixed file permissions. Thanks to xet7 ! Fixes #3524, fixes meteor/meteor#11314
This commit is contained in:
parent
b47794cbc1
commit
ea697f2238
3 changed files with 4 additions and 0 deletions
|
|
@ -220,6 +220,7 @@ parts:
|
|||
rm -rf .build/bundle/programs/web.browser.legacy
|
||||
# Change to directory .build/bundle/programs/server
|
||||
cd .build/bundle/programs/server
|
||||
chmod u+w *.json
|
||||
npm install
|
||||
npm install --allow-superuser --save babel-runtime
|
||||
#meteor npm install --save bcrypt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue