We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1941871 commit c5d243cCopy full SHA for c5d243c
package.json
@@ -68,10 +68,12 @@
68
"lint": "eslint --cache --max-warnings=0 src",
69
"build": "tsc",
70
"typecheck": "tsc --noEmit",
71
- "prepublishOnly": "npm run build"
+ "prepublishOnly": "npm run build",
72
+ "test": "vitest --run",
73
+ "test:watch": "vitest"
74
},
75
"peerDependencies": {
-
76
+
77
78
"devDependencies": {
79
"@eslint/js": "^9.19.0",
0 commit comments