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 6ece3f5 commit 3d55d1dCopy full SHA for 3d55d1d
package.json
@@ -21,6 +21,7 @@
21
"lint": "prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"",
22
"lint:fix": "pnpm run lint --write",
23
"test:types": "tsc --build tsconfig.json",
24
+ "dev": "vitest",
25
"test:unit": "vitest",
26
"test": "pnpm run test:types && pnpm run test:unit run --coverage && pnpm run build",
27
"prepare": "simple-git-hooks"
0 commit comments