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 a32343f commit 7507218Copy full SHA for 7507218
package.json
@@ -10,7 +10,7 @@
10
},
11
"scripts": {
12
"setup": "ts-patch install",
13
- "publish": "npm run setup && npm run build.all && lerna publish",
+ "publish": "npm run setup && npm run build.all && lerna publish --create-release=github",
14
"build": "lerna run build",
15
"build.angular": "lerna run build.angular",
16
"build.all": "lerna run build.all",
@@ -86,4 +86,4 @@
86
"dependencies": {
87
"ts-node": "^8.10.2"
88
}
89
-}
+}
0 commit comments