diff options
Diffstat (limited to 'tools/package.sh')
-rwxr-xr-x | tools/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/package.sh b/tools/package.sh index d5240c87..858d2405 100755 --- a/tools/package.sh +++ b/tools/package.sh @@ -5,7 +5,7 @@ cd $(dirname $0) cd .. rm -r web/lib -npm install +npm install --unsafe-perm npm run build cd modern |