Skip to content

Commit 61f5c89

Browse files
committed
chore: add prerelease script
1 parent bc55005 commit 61f5c89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +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",
1112
"release": "lerna publish --conventional-commits && conventional-github-releaser --preset angular",
1213
"test": "jest"
1314
},

0 commit comments

Comments
 (0)