Skip to content

Commit 3c136f8

Browse files
committed
fix: 移除生产构建中的遗留JS验证
1 parent 3abffc2 commit 3c136f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"postinstall": "patch-package",
1010
"build": "npm run build:prod",
1111
"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",
12+
"build:prod": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vue-cli-service build --mode production",
1313
"lint": "vue-cli-service lint",
1414
"verify:legacy-js": "node scripts/verify-legacy-js.js",
1515
"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

Comments
 (0)