Skip to content

Commit 4a3429f

Browse files
committed
🐛 FIX: npm only Script
1 parent 3587edc commit 4a3429f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"lerna": "yarn && lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm",
4141
"publishCanary": "yarn && lerna bootstrap && lerna publish --independent --npm-client=npm --canary",
4242
"release": "yarn && lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm",
43-
"release-npm": "yarn && lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm",
43+
"release-npm": "lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm",
4444
"releaseCanary": "yarn && lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm --canary"
4545
}
4646
}

0 commit comments

Comments
 (0)