Skip to content

Commit

Permalink
Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Nov 12, 2024
1 parent 67dc581 commit 4be1404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test-ci": "turbo run test-ci --no-cache",
"measure": "turbo run measure",
"version": "yarn install && git stage yarn.lock",
"prepare": "turbo run build measure",
"prepare": "make check-status && turbo run build measure",
"new": "lerna publish from-package",
"new-alpha": "turbo run build && lerna publish from-package --canary --preid alpha"
},
Expand Down

0 comments on commit 4be1404

Please sign in to comment.