Skip to content

Commit

Permalink
Fix vitest config
Browse files Browse the repository at this point in the history
  • Loading branch information
hokaccha committed Mar 21, 2024
1 parent b8eff79 commit e07f0a8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
- name: run test
run: |
npm ci
npm install @rollup/rollup-linux-x64-gnu
npm run lint
npm run test
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,5 @@
"prettier": "^3.2.5",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
},
"overrides": {
"rollup": "npm:@rollup/wasm-node"
}
}
9 changes: 0 additions & 9 deletions vite.config.mts

This file was deleted.

0 comments on commit e07f0a8

Please sign in to comment.