Skip to content

Commit c5d243c

Browse files
Add test scripts and fix whitespace
1 parent 1941871 commit c5d243c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,12 @@
6868
"lint": "eslint --cache --max-warnings=0 src",
6969
"build": "tsc",
7070
"typecheck": "tsc --noEmit",
71-
"prepublishOnly": "npm run build"
71+
"prepublishOnly": "npm run build",
72+
"test": "vitest --run",
73+
"test:watch": "vitest"
7274
},
7375
"peerDependencies": {
74-
76+
7577
},
7678
"devDependencies": {
7779
"@eslint/js": "^9.19.0",

0 commit comments

Comments
 (0)