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 a5053e6 commit 2621e21Copy full SHA for 2621e21
package.json
@@ -23,7 +23,7 @@
23
"start": "webpack-dev-server",
24
"build:demo": "rimraf demo-dist && cross-env NODE_ENV=production BABEL_ENV=es5 webpack && (cd demo; copy index.html ../demo-dist/) && copy .circleci/config.yml demo-dist/",
25
"predeploy": "yarn build:demo",
26
- "deploy": "gh-pages -d demo-dist"
+ "deploy": "gh-pages -d demo-dist --dotfiles"
27
},
28
"husky": {
29
"hooks": {
0 commit comments