chore: add analyzer for Windi CSS in package.json
This commit is contained in:
parent
eb405b2a90
commit
f939603af2
|
@ -23,7 +23,8 @@
|
||||||
"lint:style": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
|
"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",
|
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"p": "plop"
|
"p": "plop",
|
||||||
|
"analysis": "windicss-analysis"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iconify/iconify": "^3.0.0",
|
"@iconify/iconify": "^3.0.0",
|
||||||
|
|
Loading…
Reference in New Issue