This commit is contained in:
xiaozhiyong
2024-04-15 09:25:36 +08:00
parent 9492db65e9
commit 908eb71b48

View File

@@ -12,7 +12,9 @@
"test:ci": "npm run lint && npm run test:unit",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"analyzer": "cross-env use_analyzer=true npm run dev",
"new": "plop"
"new": "plop",
"dev2": "set NODE_OPTIONS=--openssl-legacy-provider & vue-cli-service serve",
"build:prod2": "set NODE_OPTIONS=--openssl-legacy-provider & vue-cli-service build"
},
"husky": {
"hooks": {