Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit e66b322

Browse files
committed
chore: fix prerelease
1 parent 368881e commit e66b322

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
@@ -11,7 +11,7 @@
1111
"format": "prettier --write \"**/*.{js,json,md,mdx}\"",
1212
"lint": "eslint .",
1313
"release": "lerna publish --conventional-commits --force-publish=* && conventional-github-releaser --preset angular",
14-
"prerelease": "lerna publish prerelease --force-publish=* && conventional-github-releaser --preset angular",
14+
"pre-release": "lerna publish prerelease --force-publish=* && conventional-github-releaser --preset angular",
1515
"test": "jest"
1616
},
1717
"bundlesize": [

0 commit comments

Comments
 (0)