We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ff34f commit 9fa2941Copy full SHA for 9fa2941
package.json
@@ -62,6 +62,7 @@
62
"build:postcss": "postcss src/index.css -o dist/index.css",
63
"build:vite": "vite build && npm run build:css",
64
"preview:docs": "npm run docs:serve -w docs",
65
+ "postinstall": "rimraf -rf node_modules/@types/react",
66
"lint": "eslint --ext .ts,.tsx,.vue ./src",
67
"tsup-w": "tsup --watch",
68
"dev-pack": "npm run dev:usepack -w playground",
0 commit comments