Skip to content

Commit

Permalink
Fix postinstall step
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Ronde committed Mar 24, 2024
1 parent c15f3ba commit 5fe1bab
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 @@ -270,7 +270,7 @@
"generate-package": "generate-package-json generate --input shared/commands/defs.ts -w -p package.json --handler client/src/lib/commands.ts --validate --name PHPStan --prefix PHPStan && prettier --write package.json",
"prepush": "bun run generate-package && bun run format-staged && bun run lint --fix && bun run compile",
"devBun": "bun install && bun install --cwd client && bun install --cwd server",
"postinstall": "bun run --cwd client && bun run --cwd server",
"postinstall": "bun install --cwd client && bun install --cwd server",
"dev": "bun run devBun && cd test/demo && composer install && cd ../../php && composer install && cd vendor/phpstan && git clone https://github.com/phpstan/phpstan-src"
},
"devDependencies": {
Expand Down

0 comments on commit 5fe1bab

Please sign in to comment.