Skip to content

Commit

Permalink
chore: switch to bun
Browse files Browse the repository at this point in the history
  • Loading branch information
2wce committed Jan 20, 2024
1 parent 5ff51b8 commit 1e85943
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,6 @@ on:
branches: [main, beta]

jobs:
sonarcloud:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

test:
runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"generate": "bun run src/utils/generateSchema.ts && prisma generate && graphql-codegen",
"studio": "prisma studio",
"migrate": "prisma migrate dev",
"postmigrate": "yarn generate",
"postmigrate": "bun generate",
"pretest": "graphql-codegen",
"test": "bun test",
"lint": "bunx @biomejs/biome check --apply ./src",
Expand Down

0 comments on commit 1e85943

Please sign in to comment.