perf: typo
正在显示
| ... | @@ -26,8 +26,8 @@ | ... | @@ -26,8 +26,8 @@ |
| "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js", | "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js", | ||
| "test:unit": "jest", | "test:unit": "jest", | ||
| "test:unit-coverage": "jest --coverage", | "test:unit-coverage": "jest --coverage", | ||
| "test:gzip": "http-server dist --cors --gzip -c-1", | "test:gzip": "npx http-server dist --cors --gzip -c-1", | ||
| "test:br": "http-server dist --cors --brotli -c-1", | "test:br": "npx http-server dist --cors --brotli -c-1", | ||
| "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap", | "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap", | ||
| "prepare": "husky install", | "prepare": "husky install", | ||
| "gen:icon": "esno ./build/generate/icon/index.ts" | "gen:icon": "esno ./build/generate/icon/index.ts" | ||
| ... | @@ -108,10 +108,8 @@ | ... | @@ -108,10 +108,8 @@ |
| "eslint-plugin-vue": "^7.20.0", | "eslint-plugin-vue": "^7.20.0", | ||
| "esno": "^0.10.1", | "esno": "^0.10.1", | ||
| "fs-extra": "^10.0.0", | "fs-extra": "^10.0.0", | ||
| "http-server": "^14.0.0", | |||
| "husky": "^7.0.4", | "husky": "^7.0.4", | ||
| "inquirer": "^8.2.0", | "inquirer": "^8.2.0", | ||
| "is-ci": "^3.0.0", | |||
| "jest": "^27.3.1", | "jest": "^27.3.1", | ||
| "less": "^4.1.2", | "less": "^4.1.2", | ||
| "lint-staged": "11.2.3", | "lint-staged": "11.2.3", | ||
| ... | ... |
请
注册
或者
登录
后发表评论