Skip to content

Commit 0232fc7

Browse files
authored
chore: add workaround for prerelease-next (#397)
1 parent a4078f2 commit 0232fc7

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
@@ -21,7 +21,7 @@
2121
"prepare": "patch-package && simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0",
2222
"prerelease": "yarn build",
2323
"release": "lerna publish --conventional-commits --create-release github --yes",
24-
"release-next": "lerna publish --conventional-prerelease --preid next --pre-dist-tag next --yes",
24+
"release-next": "yarn build && lerna publish --conventional-prerelease --preid next --pre-dist-tag next --yes",
2525
"test": "jest",
2626
"typecov": "type-coverage"
2727
},

0 commit comments

Comments
 (0)