Skip to content

Commit 1cfcaeb

Browse files
committed
fix: test before version
1 parent 83e6de9 commit 1cfcaeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"clean-build": "turbo run build --no-cache --force",
1919
"prepublish": "lerna run prepublishOnly",
2020
"publish-canary": "lerna publish --canary",
21-
"publish-git-canary": "yarn publish-canary from-package --git-head HEAD~1",
22-
"version-canary": "lerna version prerelease -m 'chore(release): publish-canary' --conventional-commits --preid canary --no-private",
23-
"version-canary-force": "yarn version-canary --force-publish"
21+
"publish-git-canary": "yarn test && yarn publish-canary from-package --git-head HEAD~1",
22+
"version-canary": "yarn test && lerna version prerelease -m 'chore(release): publish-canary' --conventional-commits --preid canary --no-private",
23+
"version-canary-force": "yarn test && yarn version-canary --force-publish"
2424
},
2525
"devDependencies": {
2626
"@types/aws-lambda": "^8.10.89",

0 commit comments

Comments
 (0)