diff options
Diffstat (limited to 'tools/package.sh')
-rwxr-xr-x | tools/package.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/package.sh b/tools/package.sh index aafd11a5..3b768de0 100755 --- a/tools/package.sh +++ b/tools/package.sh @@ -1,16 +1,15 @@ #!/usr/bin/env bash cd $(dirname $0) - cd .. rm -rf web/lib -npm install --unsafe-perm +npm ci --unsafe-perm npm run build cd modern rm -rf ../web/modern -npm install +npm ci npm run build_release mv build ../web/modern |