There was an error while loading. Please reload this page.
1 parent 3abffc2 commit 3c136f8Copy full SHA for 3c136f8
1 file changed
package.json
@@ -9,7 +9,7 @@
9
"postinstall": "patch-package",
10
"build": "npm run build:prod",
11
"build:dev": "cross-env NODE_OPTIONS=--max-old-space-size=4096 VUE_APP_PROXY_ENABLE=0 BUILD_PREVIEW=1 vue-cli-service build --mode development",
12
- "build:prod": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vue-cli-service build --mode production && npm run verify:legacy-js",
+ "build:prod": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vue-cli-service build --mode production",
13
"lint": "vue-cli-service lint",
14
"verify:legacy-js": "node scripts/verify-legacy-js.js",
15
"update": "npm --registry https://registry.npmjs.org install @jx3box/jx3box-common@latest @jx3box/jx3box-data@latest @jx3box/jx3box-ui@latest @jx3box/jx3box-editor@latest @jx3box/jx3box-facedat@latest"
0 commit comments