Skip to content

Commit bb567f7

Browse files
committed
Point to deploy-site correctly
1 parent 00a9f00 commit bb567f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"travis": "npm run lint && npm run coverage && npm run build",
1919
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot test documentation",
2020
"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",
21+
"postversion": "npm run changelog && git add CHANGELOG.md && git commit --allow-empty -m 'Update changelog' && deploy-site.sh",
2222
"generate-site": "generate-site --require ./bootstrap-unexpected-markdown.js",
2323
"update-examples": "generate-site --require ./bootstrap-unexpected-markdown.js --update-examples"
2424
},

0 commit comments

Comments
 (0)