Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Dec 4, 2024
1 parent ddaaded commit d9c5a73
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 @@ -10,7 +10,7 @@
"private": true,
"scripts": {
"dev": "pnpm run -r --parallel dev",
"ci": "turbo build test lint",
"ci": "turbo build test lint after-build",
"build": "turbo build after-build",
"release": "pnpm run ci && changeset publish",
"test-example": "cd packages/example && evalite watch",
Expand Down

0 comments on commit d9c5a73

Please sign in to comment.