Skip to content

Commit

Permalink
Merge pull request #81 from cipherstash/ffi-ci
Browse files Browse the repository at this point in the history
fix(ci): only build packages on release
  • Loading branch information
calvinbrewer authored Feb 11, 2025
2 parents b818441 + f9f72fa commit e36d2c8
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 @@ -32,7 +32,7 @@
"dev": "turbo dev --filter './packages/*'",
"clean": "rimraf --glob **/.next **/.turbo **/dist **/node_modules",
"code:fix": "biome check --write",
"release": "turbo run build && changeset publish",
"release": "pnpm run build && changeset publish",
"release:ffi": "turbo run release --filter './packages/protect-ffi'",
"test": "turbo test --filter './packages/*'"
},
Expand Down

0 comments on commit e36d2c8

Please sign in to comment.