Skip to content

Commit 0a1d687

Browse files
committed
Add publish script
1 parent 2387fa9 commit 0a1d687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"update-issue-template": "ts-node ./scripts/gh-issues-config.ts",
99
"update-dependabot-config": "ts-node ./scripts/update-dependabot-config.ts",
1010
"start": "lerna run build --parallel -- --watch",
11+
"publish": "lerna publish --no-private",
1112
"prepare": "lerna run prepare --parallel"
1213
},
1314
"workspaces": [

0 commit comments

Comments
 (0)