File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
"clean-build" : " turbo run build --no-cache --force" ,
19
19
"prepublish" : " lerna run prepublishOnly" ,
20
20
"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"
24
24
},
25
25
"devDependencies" : {
26
26
"@types/aws-lambda" : " ^8.10.89" ,
You can’t perform that action at this time.
0 commit comments