Skip to content

Commit

Permalink
chore: return scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanVor committed Oct 11, 2024
1 parent 4cc0985 commit d562dda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
"typescript": "^4.5.4"
},
"scripts": {
"test": "jest -c config/jest.ts --passWithNoTests '.*\\.test\\.ts$'",
"lint": "eslint src/ --quiet --fix",
"build": "tsc -p .",
"test": "cross-env NODE_OPTIONS=\"--max-old-space-size=4096\" jest -c config/jest.ts --passWithNoTests '.*\\.test\\.ts$'",
"lint": "eslint src config",
"build": "cross-env NODE_OPTIONS=\"--max-old-space-size=4096\" tsc -p .",
"generate-code": "ts-node scripts/generate-code.ts",
"check-endpoints": "ts-node scripts/check-endpoints.ts",
"prepare": "husky install",
Expand Down

0 comments on commit d562dda

Please sign in to comment.