Skip to content

Commit

Permalink
chore: include .circleci in gh-pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Jun 30, 2021
1 parent a5053e6 commit 2621e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"start": "webpack-dev-server",
"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/",
"predeploy": "yarn build:demo",
"deploy": "gh-pages -d demo-dist"
"deploy": "gh-pages -d demo-dist --dotfiles"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 2621e21

Please sign in to comment.