Skip to content

Commit ef522f2

Browse files
committed
fix postpublish script for windows
1 parent 761f0c5 commit ef522f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"coverage": "nyc run-s test",
1515
"report-coverage": "cat ./coverage/lcov.info | coveralls",
1616
"github-release": "node ./scripts/github-release.js",
17-
"postpublish": "git push origin master --tags; run-s github-release"
17+
"postpublish": "git push origin master --tags && run-s github-release"
1818
},
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)