|
@@ -19,8 +19,8 @@
|
|
|
"clean": "tsx scripts/clean.ts",
|
|
"clean": "tsx scripts/clean.ts",
|
|
|
"change-scope": "tsx scripts/change-scope.ts",
|
|
"change-scope": "tsx scripts/change-scope.ts",
|
|
|
"typecheck": "tsc -b",
|
|
"typecheck": "tsc -b",
|
|
|
- "lint": "eslint .",
|
|
|
|
|
- "lint:fix": "eslint . --fix",
|
|
|
|
|
|
|
+ "lint": "node --max-old-space-size=8192 node_modules/eslint/bin/eslint.js .",
|
|
|
|
|
+ "lint:fix": "node --max-old-space-size=8192 node_modules/eslint/bin/eslint.js . --fix",
|
|
|
"duplication": "jscpd --config .jscpd.json packages scripts",
|
|
"duplication": "jscpd --config .jscpd.json packages scripts",
|
|
|
"test": "vitest run",
|
|
"test": "vitest run",
|
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:coverage": "vitest run --coverage",
|