We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a21370 commit 1411963Copy full SHA for 1411963
package.json
@@ -31,16 +31,14 @@
31
},
32
"scripts": {
33
"build": "tsdown src/index.ts --format esm,cjs --dts",
34
- "format": "biome format --write .",
35
- "format:apply": "biome check --write .",
36
- "format:check": "biome format .",
37
"lint": "biome check .",
+ "lint:fix": "biome check . --write",
38
"prepublishOnly": "pnpm run build",
39
"test": "vitest run",
40
- "test:watch": "vitest",
41
- "typecheck": "tsc --noEmit",
+ "test:dev": "cross-env TEST_MODE=dev vitest run",
42
"test:record": "rimraf --glob \"**/__recordings__\" && cross-env TEST_MODE=record vitest run",
43
- "test:dev": "cross-env TEST_MODE=dev vitest run"
+ "test:watch": "vitest",
+ "typecheck": "tsc --noEmit"
44
45
"repository": {
46
"type": "git",
0 commit comments