Skip to content

Commit

Permalink
use bun
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshay committed Mar 7, 2024
1 parent ddb86d1 commit f90eb84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"dev": "turbo run dev",
"dev:one": "turbo run dev --filter",
"lint": "turbo run build && eslint .",
"lint:fix": "pnpm run lint --fix",
"lint:fix": "bun run lint --fix",
"prettier": "prettier --ignore-unknown --no-error-on-unmatched-pattern --check . '!**/*.astro'",
"prettier:fix": "pnpm run prettier --write",
"release:cut": "git add . && git commit -m 'new release' && pnpm run deploy:one infra -- PROD && pnpm run changeset publish && git push && git push --follow-tags",
"release:prepare": "pnpm run build && pnpm run synth && pnpm run changeset version && pnpm run prettier:fix",
"prettier:fix": "bun run prettier --write",
"release:cut": "git add . && git commit -m 'new release' && bun run deploy:one infra -- PROD && bun run changeset publish && git push && git push --follow-tags",
"release:prepare": "bun run build && bun run synth && bun run changeset version && bun run prettier:fix",
"synth": "turbo run synth",
"synth:one": "turbo run synth --filter",
"test": "turbo run test",
Expand Down

0 comments on commit f90eb84

Please sign in to comment.