We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2bd4d commit 2d372b0Copy full SHA for 2d372b0
package.json
@@ -11,9 +11,9 @@
11
"build": "tsc",
12
"dev": "tsx watch src/cli/index.ts",
13
"start": "node dist/cli/index.js",
14
- "test": "NODE_OPTIONS='--max-old-space-size=4096' vitest run",
15
- "test:watch": "NODE_OPTIONS='--max-old-space-size=4096' vitest",
16
- "test:coverage": "NODE_OPTIONS='--max-old-space-size=4096' vitest run --coverage",
+ "test": "vitest run",
+ "test:watch": "vitest",
+ "test:coverage": "vitest run --coverage",
17
"test:bench": "vitest bench",
18
"lint": "eslint . --ext .ts,.tsx",
19
"prepare": "husky",
0 commit comments