Skip to content

Commit 5509501

Browse files
committed
fix: del --dist-tag next
1 parent a6a2660 commit 5509501

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
@@ -12,7 +12,7 @@
1212
"build": "formily-tpl build",
1313
"build:docs": "dumi build",
1414
"lint": "eslint .",
15-
"release": "lerna publish from-package --yes --dist-tag next",
15+
"release": "lerna publish from-package --yes",
1616
"start": "dumi dev",
1717
"test": "jest --coverage",
1818
"test:prod": "jest --coverage --silent",

0 commit comments

Comments
 (0)