pull/24/head
xiaozhiyong 6 months ago
parent 9492db65e9
commit 908eb71b48
  1. 4
      package.json

@ -12,7 +12,9 @@
"test:ci": "npm run lint && npm run test:unit", "test:ci": "npm run lint && npm run test:unit",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml", "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"analyzer": "cross-env use_analyzer=true npm run dev", "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": { "husky": {
"hooks": { "hooks": {

Loading…
Cancel
Save