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 fe76383 commit c9d395bCopy full SHA for c9d395b
package.json
@@ -7,7 +7,8 @@
7
"scripts": {
8
"start": "webpack-dev-server --port=8888",
9
"build": "rollup -c",
10
- "deploy": "webpack --mode production && github-pages-deploy",
+ "build-example": "webpack --mode production",
11
+ "deploy": "webpack --mode production && github-pages-deploy",
12
"test": "jest --coverage"
13
},
14
"github-pages-deploy": {
0 commit comments