Skip to content

Commit 7507218

Browse files
committed
chore: lerna
1 parent a32343f commit 7507218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"scripts": {
1212
"setup": "ts-patch install",
13-
"publish": "npm run setup && npm run build.all && lerna publish",
13+
"publish": "npm run setup && npm run build.all && lerna publish --create-release=github",
1414
"build": "lerna run build",
1515
"build.angular": "lerna run build.angular",
1616
"build.all": "lerna run build.all",
@@ -86,4 +86,4 @@
8686
"dependencies": {
8787
"ts-node": "^8.10.2"
8888
}
89-
}
89+
}

0 commit comments

Comments
 (0)