Skip to content

Commit

Permalink
Merge pull request #88 from cipherstash/protectjs-ffi
Browse files Browse the repository at this point in the history
fix(ci): only build packages on release
  • Loading branch information
calvinbrewer authored Feb 18, 2025
2 parents 961217d + a8eeb67 commit 20595ba
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 @@ -31,7 +31,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",
"test": "turbo test --filter './packages/*'"
},
"devDependencies": {
Expand Down

0 comments on commit 20595ba

Please sign in to comment.