Skip to content

Commit

Permalink
fixed makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
droganov committed Apr 30, 2024
1 parent 02b2f0b commit 53a47e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ typecheck:

check:
make typecheck
make lint
make l
pnpm run test

up:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"prettify": "npx prettier --wrinte .",
"start": "next start",
"lint": "next lint",
"l": "eslint 'src/**/*.{ts,tsx}'",
"lint:fix": "next lint --fix",
"test": "vitest src --coverage --run",
"test:watch": "vitest src --coverage",
Expand Down

0 comments on commit 53a47e6

Please sign in to comment.