mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
v3.82
This commit is contained in:
parent
897506eeac
commit
058180687a
10 changed files with 23 additions and 11 deletions
|
|
@ -9,7 +9,8 @@ sudo chown -R $(id -u):$(id -g) $HOME/.npm $HOME/.meteor
|
|||
rm -rf node_modules
|
||||
meteor npm install
|
||||
rm -rf .build
|
||||
meteor build .build --directory --exclude-archs web.browser.legacy,web.cordova
|
||||
meteor build .build --directory
|
||||
# --exclude-archs web.browser.legacy,web.cordova
|
||||
cp -f fix-download-unicode/cfs_access-point.txt .build/bundle/programs/server/packages/cfs_access-point.js
|
||||
cd .build/bundle/programs/server
|
||||
rm -rf node_modules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue