Skip to content

Commit 2621e21

Browse files
committed
chore: include .circleci in gh-pages deploy
1 parent a5053e6 commit 2621e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"start": "webpack-dev-server",
2424
"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/",
2525
"predeploy": "yarn build:demo",
26-
"deploy": "gh-pages -d demo-dist"
26+
"deploy": "gh-pages -d demo-dist --dotfiles"
2727
},
2828
"husky": {
2929
"hooks": {

0 commit comments

Comments
 (0)