diff options
Diffstat (limited to 'tools/package.sh')
-rwxr-xr-x | tools/package.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/package.sh b/tools/package.sh index e60e46dc..d7575a3f 100755 --- a/tools/package.sh +++ b/tools/package.sh @@ -2,7 +2,9 @@ cd $(dirname $0) -rm -r ../web/lib +cd .. + +rm -r web/lib npm install npm run build |