Fixed file permissions. Thanks to xet7 ! Fixes #3524, fixes meteor/meteor#11314

This commit is contained in:
Lauri Ojansivu 2021-02-06 00:18:07 +02:00
parent b47794cbc1
commit ea697f2238
3 changed files with 4 additions and 0 deletions

View file

@ -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