diff options
-rwxr-xr-x | tools/package.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/package.sh b/tools/package.sh index 64b389c..a3a6100 100755 --- a/tools/package.sh +++ b/tools/package.sh @@ -6,5 +6,6 @@ cd $(dirname $0) cd ../modern +npm install npm run build_release mv build ../web/modern |