Skip to content

Commit e2506e2

Browse files
chore: 指定 npm tag
1 parent 8beedc7 commit e2506e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"predeploy": "lerna run build",
1313
"deploy": "lerna run deploy",
1414
"ver": "lerna version --conventional-commits",
15-
"pub": "lerna publish --conventional-commits",
16-
"release-from-git": "lerna publish from-git",
15+
"pub": "lerna publish --conventional-commits --dist-tag latest",
16+
"release-from-git": "lerna publish from-git --dist-tag latest",
1717
"nrm": "nrm use taobao"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)