Skip to content

Commit 1636440

Browse files
committed
chore: update scripts
1 parent ab3203c commit 1636440

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
"test": "jest",
1818
"test:watch": "cross-env NODE_ENV=test jest --watchAll",
1919
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
20-
"prerelease": "lerna version --yes --conventional-commits --conventional-prerelease",
21-
"release": "lerna version --yes --conventional-commits --conventional-graduate",
20+
"prerelease": "lerna version --yes --conventional-commits --conventional-prerelease --force-publish",
21+
"prerelease:beta": "lerna version --yes --conventional-commits --conventional-prerelease --preid beta --force-publish",
22+
"release": "lerna version --yes --conventional-commits --conventional-graduate --force-publish",
2223
"publish": "./scripts/publish.sh",
2324
"version": "echo \"Running post lerna version script; bump lockfile\" && yarn install && git stage yarn.lock"
2425
},

0 commit comments

Comments
 (0)