mirror of
https://github.com/wekan/wekan.git
synced 2026-01-31 05:35:16 +01:00
Fixed endless compilation devcontainer, debugging
This commit is contained in:
parent
4b06e2188c
commit
dbdb26a044
5 changed files with 48 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd /app
|
||||
cd /home/wekan/app
|
||||
rm -rf node_modules
|
||||
/home/wekan/.meteor/meteor npm install
|
||||
rm -rf .build
|
||||
|
|
@ -9,4 +9,4 @@ cp -f fix-download-unicode/cfs_access-point.txt .build/bundle/programs/server/pa
|
|||
cd .build/bundle/programs/server
|
||||
rm -rf node_modules
|
||||
/home/wekan/.meteor/meteor npm install
|
||||
cd /app
|
||||
cd /home/wekan/app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue