tanghc 3 years ago
parent
commit
0d42c658cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      front/build.sh

+ 1 - 1
front/build.sh

@@ -2,7 +2,7 @@
 
 server_dest="../gen/src/main/resources/public"
 
-npm install
+sudo npm install
 
 rm -rf dist/*
 npm run build:prod