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 5e60e6b commit 11e04b4Copy full SHA for 11e04b4
package.json
@@ -5,7 +5,7 @@
5
"main": "dist/index.js",
6
"scripts": {
7
"example": "webpack serve",
8
- "example:deploy": "webpack --config webpack.config.js & gh-pages -d example",
+ "example:build": "webpack --config webpack.config.js",
9
"dev": "rollup -c --watch & npm run example",
10
"build": "rollup -c",
11
"prebuild": "rm -rf dist",
0 commit comments