Skip to content

Commit ab0d4ae

Browse files
committed
(#110) Added npm publish tag "next"
1 parent ac1ca8f commit ab0d4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"coverage": "jest --coverage",
5151
"lint": "tslint -p tsconfig.json",
5252
"watch": "tsc -w -p .",
53-
"publish-next": "bump prerelease --preid next && npm publish",
53+
"publish-next": "bump prerelease --preid next && npm publish --tag next",
5454
"prepublishOnly": "npm run compile",
5555
"versionBump": "bump --tag --push --all",
5656
"typedoc": "typedoc --options ./typedoc.js --out ./docs lib/"

0 commit comments

Comments
 (0)