Skip to content

Commit aac829d

Browse files
committed
Fix script
1 parent a71a7ee commit aac829d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cd $(dirname $0)
55
cd ..
66

77
rm -r web/lib
8-
npm install
8+
npm install --unsafe-perm
99
npm run build
1010

1111
cd modern

0 commit comments

Comments
 (0)