Browse Source

chore: add analyzer for Windi CSS in package.json

tangshuo 2 years ago
parent
commit
f939603af2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -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",