Skip to content

Commit 50a09a9

Browse files
committed
chore
1 parent dbc7b2b commit 50a09a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"start": "cd packages/xconsole-example && tnpm i && tnpm start",
1414
"create-cloud-console": "cd packages/xconsole && node bin/xconsole.js",
1515
"bootstrap": "lerna bootstrap --registry http://registry.npm.alibaba-inc.com",
16-
"pub:canary": "lerna publish --npm-tag=canary",
17-
"pub:alpha": "lerna publish --npm-tag=alpha",
18-
"pub:rc": "lerna publish --npm-tag=rc",
16+
"pub:canary": "lerna publish --dist-tag=canary",
17+
"pub:alpha": "lerna publish --dist-tag=alpha",
18+
"pub:rc": "lerna publish --dist-tag=rc",
1919
"pub": "lerna publish"
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)