Skip to content

Commit

Permalink
chore: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Sep 25, 2016
1 parent eb87c21 commit 0c852ed
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 @@ -20,7 +20,7 @@
"gh-pages": "git checkout gh-pages && git merge master && npm run build:demo && npm run typedoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master",
"prerelease": "npm test",
"release": "standard-version --first-release && git push --follow-tags origin master && npm run build:dist && npm publish",
"postrelease": "npm run clean && npm run gh-pages"
"postrelease": "npm run build:clean && npm run gh-pages"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0c852ed

Please sign in to comment.