We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2387fa9 commit 0a1d687Copy full SHA for 0a1d687
package.json
@@ -8,6 +8,7 @@
8
"update-issue-template": "ts-node ./scripts/gh-issues-config.ts",
9
"update-dependabot-config": "ts-node ./scripts/update-dependabot-config.ts",
10
"start": "lerna run build --parallel -- --watch",
11
+ "publish": "lerna publish --no-private",
12
"prepare": "lerna run prepare --parallel"
13
},
14
"workspaces": [
0 commit comments