Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 29, 2022
1 parent 9952d33 commit 861b438
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -90,8 +90,8 @@ jobs:
- name: Test
run: pnpm run test:ci

- name: Test
run: pnpm run test:ci:no-threads
# - name: Test Single Thread
# run: pnpm run test:ci:no-threads

test-ui:
runs-on: ubuntu-latest
Expand Down
6 changes: 5 additions & 1 deletion examples/vitesse/tsconfig.json
Expand Up @@ -2,6 +2,10 @@
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"jsx": "preserve"
"jsx": "preserve",
"moduleResolution": "node",
"types": [
"vitest/globals"
]
}
}
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 861b438

Please sign in to comment.