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 ac1ca8f commit ab0d4aeCopy full SHA for ab0d4ae
package.json
@@ -50,7 +50,7 @@
50
"coverage": "jest --coverage",
51
"lint": "tslint -p tsconfig.json",
52
"watch": "tsc -w -p .",
53
- "publish-next": "bump prerelease --preid next && npm publish",
+ "publish-next": "bump prerelease --preid next && npm publish --tag next",
54
"prepublishOnly": "npm run compile",
55
"versionBump": "bump --tag --push --all",
56
"typedoc": "typedoc --options ./typedoc.js --out ./docs lib/"
0 commit comments