mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Try to fix rebuild script.
This commit is contained in:
parent
efed77b474
commit
b0281e1941
1 changed files with 3 additions and 3 deletions
|
|
@ -143,8 +143,8 @@ do
|
||||||
#fi
|
#fi
|
||||||
#cd ..
|
#cd ..
|
||||||
sudo chown -R $(id -u):$(id -g) $HOME/.npm $HOME/.meteor
|
sudo chown -R $(id -u):$(id -g) $HOME/.npm $HOME/.meteor
|
||||||
rm -rf node_modules
|
rm -rf node_modules .meteor/local
|
||||||
meteor npm install
|
npm install
|
||||||
rm -rf .build
|
rm -rf .build
|
||||||
meteor build .build --directory
|
meteor build .build --directory
|
||||||
cp -f fix-download-unicode/cfs_access-point.txt .build/bundle/programs/server/packages/cfs_access-point.js
|
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
|
#meteor npm install bcrypt
|
||||||
cd .build/bundle/programs/server
|
cd .build/bundle/programs/server
|
||||||
rm -rf node_modules
|
rm -rf node_modules
|
||||||
meteor npm install
|
npm install
|
||||||
#meteor npm install bcrypt
|
#meteor npm install bcrypt
|
||||||
cd ../../../..
|
cd ../../../..
|
||||||
echo Done.
|
echo Done.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue