Skip to content

Commit

Permalink
fix: allow circleci config upload to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
yeojz committed Jun 17, 2018
1 parent dd9b4fd commit 03317d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:deps": "./scripts/build-deps.sh",
"build:dev": "PUBLIC_URL=/ ./scripts/build.sh",
"clean": "rimraf dist",
"deploy": "gh-pages -d dist",
"deploy": "gh-pages -t -d dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
Expand Down

0 comments on commit 03317d3

Please sign in to comment.