chore: add analyzer for Windi CSS in package.json

This commit is contained in:
tangshuo 2022-10-17 17:33:43 +08:00
parent eb405b2a90
commit f939603af2
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@
"lint:style": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
"prepare": "husky install",
"p": "plop"
"p": "plop",
"analysis": "windicss-analysis"
},
"dependencies": {
"@iconify/iconify": "^3.0.0",