Skip to content

Commit

Permalink
use preinstall, which appears to actually run before install, even wi…
Browse files Browse the repository at this point in the history
…th --frozen-lockfile
  • Loading branch information
bretthoerner committed Aug 20, 2024
1 parent a1ea744 commit ae5ff72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"services:clean": "cd .. && docker compose -f docker-compose.dev.yml rm -v",
"services": "pnpm services:stop && pnpm services:clean && pnpm services:start",
"build:cyclotron": "cd ../rust/cyclotron-node && pnpm i && pnpm run build",
"pnpm:devPreinstall": "pnpm run build:cyclotron"
"preinstall": "pnpm run build:cyclotron"
},
"graphile-worker": {
"maxContiguousErrors": 300
Expand Down

0 comments on commit ae5ff72

Please sign in to comment.