perf: typo

This commit is contained in:
vben
2021-10-26 01:06:35 +08:00
parent dbcc40f5ea
commit b7813b9ba8
4 changed files with 9 additions and 145 deletions

View File

@@ -26,8 +26,8 @@
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
"test:unit": "jest",
"test:unit-coverage": "jest --coverage",
"test:gzip": "http-server dist --cors --gzip -c-1",
"test:br": "http-server dist --cors --brotli -c-1",
"test:gzip": "npx http-server dist --cors --gzip -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",
"prepare": "husky install",
"gen:icon": "esno ./build/generate/icon/index.ts"
@@ -108,10 +108,8 @@
"eslint-plugin-vue": "^7.20.0",
"esno": "^0.10.1",
"fs-extra": "^10.0.0",
"http-server": "^14.0.0",
"husky": "^7.0.4",
"inquirer": "^8.2.0",
"is-ci": "^3.0.0",
"jest": "^27.3.1",
"less": "^4.1.2",
"lint-staged": "11.2.3",