Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 7801b79

Browse files
committed
Remove next tag from publish
1 parent 2a330a7 commit 7801b79

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
@@ -23,7 +23,7 @@
2323
"scripts": {
2424
"compile": "tsc -p ./tsconfig.cjs.json",
2525
"danger": "danger run --verbose",
26-
"deploy": "cd lib && npm publish --tag next",
26+
"deploy": "cd lib && npm publish",
2727
"filesize": "bundlesize",
2828
"jest": "jest --runInBand --coverage",
2929
"lint": "tslint --project tsconfig.json --config tslint.json",

0 commit comments

Comments
 (0)