We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85822c commit 61c23b0Copy full SHA for 61c23b0
package.json
@@ -34,8 +34,7 @@
34
"build": "vite build",
35
"build:demo": "vite build --config vite.config-demo.js",
36
"publish:demo": "gh-pages -d demo",
37
- "prepublishOnly": "npm run build",
38
- "prepublish:demo": "npm run build:demo"
+ "prepublishOnly": "npm run build"
39
},
40
"dependencies": {
41
"tinycolor2": "^1.4.2"
0 commit comments