Skip to content

Commit 36a5498

Browse files
committed
Use npm client on publish
1 parent 1ca704d commit 36a5498

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

lerna.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
2-
"packages": [
3-
"packages/*"
4-
],
2+
"packages": ["packages/*"],
53
"version": "1.0.0-alpha.0",
64
"npmClient": "yarn",
75
"command": {
8-
"run": {
9-
"npmClient": "yarn"
6+
"publish": {
7+
"npmClient": "npm"
108
}
119
}
1210
}

0 commit comments

Comments
 (0)