We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761f0c5 commit ef522f2Copy full SHA for ef522f2
package.json
@@ -14,7 +14,7 @@
14
"coverage": "nyc run-s test",
15
"report-coverage": "cat ./coverage/lcov.info | coveralls",
16
"github-release": "node ./scripts/github-release.js",
17
- "postpublish": "git push origin master --tags; run-s github-release"
+ "postpublish": "git push origin master --tags && run-s github-release"
18
},
19
"repository": {
20
"type": "git",
0 commit comments