Skip to content

Commit

Permalink
ci use vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamcrackers committed Sep 25, 2024
1 parent 70af270 commit 85ca123
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"dev": "vite",
"build": "tsc -b && vite build",
"build:dev": "tsc -b && vite build --mode dev",
"test": "vitest",
"preview": "vite preview",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"format": "prettier **/*.{ts,tsx,json,md} --write",
Expand All @@ -34,7 +35,7 @@
"lint:old": "eslint '*/**/*.{ts,tsx}'",
"lint:fix": "eslint '*/**/*.{ts,tsx}' --fix",
"prettier:fix": "prettier 'src/**/*.{ts,tsx,json,md}' --write",
"test": "jest --passWithNoTests --color --silent",
"test:old": "jest --passWithNoTests --color --silent",
"cleanup": "rimraf dist"
},
"dependencies": {
Expand Down

0 comments on commit 85ca123

Please sign in to comment.