Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Add --dotfiles to gh-pages call so that circleci config got included
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Jan 5, 2018
1 parent 6e123a3 commit af1211d
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 @@ -7,7 +7,7 @@
"start": "node scripts/update-example-swagger-files && budo example/index.jsx --dir example -- -t babelify -p livereactload --extension .jsx",
"build": "./build.sh & lerna run build",
"watch": "lerna run watch",
"deploy": "gh-pages -d example/dist"
"deploy": "gh-pages --dotfiles -d example/dist"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
Expand Down

0 comments on commit af1211d

Please sign in to comment.