Skip to content

Commit 3587edc

Browse files
committed
📦 NEW: npm only Script
1 parent 524510e commit 3587edc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +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",
4344
"releaseCanary": "yarn && lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm --canary"
4445
}
4546
}

0 commit comments

Comments
 (0)