We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a9f00 commit bb567f7Copy full SHA for bb567f7
package.json
@@ -18,7 +18,7 @@
18
"travis": "npm run lint && npm run coverage && npm run build",
19
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot test documentation",
20
"preversion": "npm run lint && npm run test && npm run build && git add unexpected-dom.*",
21
- "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",
22
"generate-site": "generate-site --require ./bootstrap-unexpected-markdown.js",
23
"update-examples": "generate-site --require ./bootstrap-unexpected-markdown.js --update-examples"
24
},
0 commit comments