Skip to content

Commit aa8a960

Browse files
committed
npm i rimraf
1 parent 7e5e048 commit aa8a960

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
@@ -59,7 +59,7 @@
5959
"scripts": {
6060
"build": "tsc --pretty",
6161
"clean": "rimraf lib",
62-
"postpublish": "git tag v$npm_package_version -a -m \"Release $npm_package_version\" && git push --tags",
62+
"postpublish": "git tag v$npm_package_version -a -m \"Release v$npm_package_version\" && git push --tags",
6363
"prepublishOnly": "npm run build",
6464
"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\"",
6565
"test": "npm run test:spec",

0 commit comments

Comments
 (0)