We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cdf0d6 commit 65f08fdCopy full SHA for 65f08fd
package.json
@@ -31,7 +31,7 @@
31
"clean:demo": "rm -rf examples/dist",
32
"build:demo": "npm run clean:demo && webpack --mode production --config config/webpack-demo.config.js",
33
"deploy:demo": "gh-pages -d examples/dist",
34
- "publish:demo": "npm run build-demo && npm run deploy-demo"
+ "publish:demo": "npm run build:demo && npm run deploy:demo"
35
},
36
"dependencies": {
37
"@babel/runtime": "^7.17.0",
0 commit comments