Skip to content

Commit

Permalink
fix scritps
Browse files Browse the repository at this point in the history
  • Loading branch information
xesrevinu committed Oct 30, 2024
1 parent d062abc commit 2cd6f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packageManager": "[email protected]",
"scripts": {
"lint": "eslint \"{src,test,scripts}/**/*.{ts,mjs}\"",
"lint-fix": "pnpm lint --fix",
"lint-fix": "bun lint --fix",
"test": "vitest",
"typecheck": "tsc -p tsconfig.src.json --noEmit",
"madge": "madge --ts-config ./tsconfig.src.json --circular --no-color --no-spinner --extensions ts,tsx src",
Expand Down

0 comments on commit 2cd6f79

Please sign in to comment.