Skip to content

Commit

Permalink
Update vitest test command
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Jun 18, 2024
1 parent e4ce788 commit 5be0ab2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,5 @@ jobs:
run: pnpm format
- name: Run build
run: pnpm build
- name: Run test:typecheck
run: CI=true pnpm test:typecheck
- name: Run test
run: CI=true pnpm test
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"description": "Apibara Typescript monorepo",
"scripts": {
"build": "turbo run build --parallel",
"test:typecheck": "turbo run test:typecheck",
"test": "turbo run test",
"lint": "turbo run lint --parallel",
"lint:fix": "turbo run lint:fix --parallel",
Expand Down
2 changes: 0 additions & 2 deletions packages/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
},
"scripts": {
"build": "unbuild",
"test": "vitest",
"test:typecheck": "vitest typecheck",
"lint": "biome check .",
"lint:fix": "pnpm lint --write",
"format": "biome format . --write"
Expand Down
5 changes: 0 additions & 5 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
],
"outputs": ["dist/**"]
},
"test:typecheck": {
"dependsOn": [
"build"
]
},
"test": {
"dependsOn": [
"build"
Expand Down

0 comments on commit 5be0ab2

Please sign in to comment.