Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickersoft committed Sep 8, 2024
1 parent 5a8c1e4 commit 48391d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Typcheck
run: bun run check
- name: Running tests
run: bun run test
run: bun test
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"release": "turbo run build && changesets publish",
"build": "turbo run build",
"dev": "turbo run dev",
"test": "turbo run test",
"clean": "rimraf -g packages/**/dist www/**/.vercel packages/**/.turbo www/**/.turbo www/**/.astro",
"preview": "turbo run preview",
"check": "turbo run check",
Expand Down

0 comments on commit 48391d3

Please sign in to comment.