Skip to content

Commit

Permalink
fix: only build packages in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Apr 28, 2024
1 parent fbad01f commit 40d2937
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 @@
"typecheck": "turbo run typecheck --continue",
"publish-packages": "pnpm build:packages && pnpm publish -r",
"publish-local": "pnpm build:packages && pnpm publish -r",
"publish-changesets": "pnpm build && pnpm changeset publish",
"publish-changesets": "pnpm build:packages && pnpm changeset publish",
"preinstall": "npx only-allow pnpm",
"demo-types": "pnpm --filter @clarigen/cli start",
"clarigen": "pnpm --filter @clarigen/cli start",
Expand Down

0 comments on commit 40d2937

Please sign in to comment.