Skip to content

Commit

Permalink
🔨 chore: 更新脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jul 29, 2023
1 parent 1ddd88c commit eb6576b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"prettier": "prettier -c --write \"api/**/*\"",
"release": "semantic-release",
"start": "vercel dev",
"test": "jest --passWithNoTests",
"test:coverage": "jest --coverage --passWithNoTests",
"test": "vitest --passWithNoTests",
"test:coverage": "vitest --coverage --passWithNoTests",
"type-check": "tsc --noEmit"
},
"lint-staged": {
Expand All @@ -37,7 +37,6 @@
},
"devDependencies": {
"@lobehub/lint": "latest",
"@types/jest": "^29",
"@types/jsdom": "^21",
"@types/lodash": "^4",
"@vercel/node": "^2",
Expand Down

0 comments on commit eb6576b

Please sign in to comment.