Skip to content

Commit

Permalink
Point to deploy-site correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Apr 8, 2018
1 parent 00a9f00 commit bb567f7
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 @@ -18,7 +18,7 @@
"travis": "npm run lint && npm run coverage && npm run build",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot test documentation",
"preversion": "npm run lint && npm run test && npm run build && git add unexpected-dom.*",
"postversion": "npm run changelog && git add CHANGELOG.md && git commit --allow-empty -m 'Update changelog' && deploy-site",
"postversion": "npm run changelog && git add CHANGELOG.md && git commit --allow-empty -m 'Update changelog' && deploy-site.sh",
"generate-site": "generate-site --require ./bootstrap-unexpected-markdown.js",
"update-examples": "generate-site --require ./bootstrap-unexpected-markdown.js --update-examples"
},
Expand Down

0 comments on commit bb567f7

Please sign in to comment.