You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: package.json
+2-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,8 @@
27
27
],
28
28
"scripts": {
29
29
"npm-check-updates": "cd ./schemas/ && npm-check-updates && cd ../core/ && npm-check-updates && cd ../backend/ && npm-check-updates && cd ../frontend/ && npm-check-updates && cd ../ddnsserver/ && npm-check-updates && cd ../himhip/ && npm-check-updates && cd ../nginx/ && npm-check-updates && cd ../plugins/ && npm-check-updates && cd ../sshserver/ && npm-check-updates",
30
-
"compile": "cd ./schemas/ && npm run compile && cd ../core/ && npm run compile && cd ../backend/ && npm run compile && cd ../frontend/ && gulp default && cd ../ddnsserver/ && npm run compile && cd ../himhip/ && npm run compile && cd ../nginx/ && npm run compile && cd ../plugins/ && npm run compile && cd ../sshserver/ && npm run compile"
30
+
"compile": "cd ./schemas/ && npm run compile && cd ../core/ && npm run compile && cd ../backend/ && npm run compile && cd ../frontend/ && gulp default && cd ../ddnsserver/ && npm run compile && cd ../himhip/ && npm run compile && cd ../nginx/ && npm run compile && cd ../plugins/ && npm run compile && cd ../sshserver/ && npm run compile",
31
+
"build_force": "cd ./schemas/ && npm run build_force && cd ../core/ && npm run build_force && cd ../backend/ && npm run build_force && cd ../frontend/ && gulp default && cd ../ddnsserver/ && npm run build_force && cd ../himhip/ && npm run build_force && cd ../nginx/ && npm run compile && cd ../plugins/ && npm run build_force && cd ../sshserver/ && npm run build_force"
0 commit comments