Skip to content

Commit

Permalink
fix: re-add vitest file to seperate vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
iamspark1e committed Aug 16, 2024
1 parent eda2189 commit 95be711
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@
"test": "vitest",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"postversion": "git push --follow-tags",
"prepare": "husky install",
"test:build": "vite build"
"prepare": "husky install"
},
"dependencies": {
"jszip": "^3.10.1",
Expand Down
3 changes: 3 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { defineConfig } from 'vitest/config'

export default defineConfig({})

0 comments on commit 95be711

Please sign in to comment.