Try to fix rebuild script.

This commit is contained in:
Lauri Ojansivu 2019-09-04 22:25:30 +03:00
parent efed77b474
commit b0281e1941

View file

@ -143,8 +143,8 @@ do
#fi
#cd ..
sudo chown -R $(id -u):$(id -g) $HOME/.npm $HOME/.meteor
rm -rf node_modules
meteor npm install
rm -rf node_modules .meteor/local
npm install
rm -rf .build
meteor build .build --directory
cp -f fix-download-unicode/cfs_access-point.txt .build/bundle/programs/server/packages/cfs_access-point.js
@ -156,7 +156,7 @@ do
#meteor npm install bcrypt
cd .build/bundle/programs/server
rm -rf node_modules
meteor npm install
npm install
#meteor npm install bcrypt
cd ../../../..
echo Done.