We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6b2b4 commit 564131fCopy full SHA for 564131f
package.json
@@ -11,7 +11,7 @@
11
"scripts": {
12
"setup": "ts-patch install",
13
"prepare": "npm run setup",
14
- "publish": "npm run setup && npm run build.all && lerna publish --create-release=github",
+ "publish": "npm run setup && npm run build.all && lerna publish --create-release=github --force-publish",
15
"build": "lerna run build",
16
"build.angular": "lerna run build.angular",
17
"build.all": "lerna run build.all",
0 commit comments