Skip to content

Commit

Permalink
Fixed deploy-site script
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Jan 4, 2019
1 parent 62e136d commit 0b9ed71
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 @@ -14,7 +14,7 @@
"travis": "npm run lint && npm test",
"update-examples": "generate-site --require ./bootstrap-unexpected-markdown.js --update-examples",
"preversion": "npm run lint && npm run test",
"postversion": "npm run changelog && git add CHANGELOG.md && git commit --allow-empty -m 'Update changelog' && deploy-site.sh"
"postversion": "npm run changelog && git add CHANGELOG.md && git commit --allow-empty -m 'Update changelog' && deploy-site"
},
"dependencies": {
"escodegen": "^1.9.0",
Expand Down

0 comments on commit 0b9ed71

Please sign in to comment.