Skip to content

Commit 4e4c53d

Browse files
committed
chore: update scripts in package.json
1 parent 6fe15f0 commit 4e4c53d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"build": "unbuild",
2222
"lint": "eslint --cache src tests && prettier src tests --check",
2323
"lint:fix": "eslint --cache src tests --fix && prettier src tests --write",
24-
"test:types": "tsc --noEmit --skipLibCheck",
25-
"test": "vitest",
24+
"test": "vitest run",
2625
"prepare": "husky install",
2726
"release": "release-it",
2827
"prepack": "pnpm build"

0 commit comments

Comments
 (0)