Skip to content

Commit 63ef699

Browse files
committed
chore: fix prerelease script
1 parent cd977a3 commit 63ef699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dev": "WATCH_MODE=true lerna run build --parallel -- --watch",
99
"format": "prettier --write \"**/*.{js,json,md}\"",
1010
"lint": "eslint .",
11-
"prerelease": "lerna publish prerelease",
11+
"prerelease": "lerna publish prerelease && conventional-github-releaser --preset angular",
1212
"release": "lerna publish --conventional-commits && conventional-github-releaser --preset angular",
1313
"test": "jest"
1414
},

0 commit comments

Comments
 (0)