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 7e5e048 commit aa8a960Copy full SHA for aa8a960
package.json
@@ -59,7 +59,7 @@
59
"scripts": {
60
"build": "tsc --pretty",
61
"clean": "rimraf lib",
62
- "postpublish": "git tag v$npm_package_version -a -m \"Release $npm_package_version\" && git push --tags",
+ "postpublish": "git tag v$npm_package_version -a -m \"Release v$npm_package_version\" && git push --tags",
63
"prepublishOnly": "npm run build",
64
"pretest": "npm run build && tsc --pretty -p examples && tsc --pretty -p test && eslint . && tslint -t stylish -p . && tslint -t stylish -p examples && tslint -t stylish -p test && markdownlint \"*.md\"",
65
"test": "npm run test:spec",
0 commit comments