Skip to content

Commit

Permalink
chore: add new linting script (#77)
Browse files Browse the repository at this point in the history
uigywnkiub authored Oct 22, 2024
1 parent bb30879 commit 355bf62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -12,8 +12,10 @@
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint",
"lint:all": "pnpm prettier && pnpm lint && pnpm typecheck && pnpm test",
"typecheck": "tsc",
"test": "vitest",
"test": "vitest run",
"test:dev": "vitest",
"test:cov": "vitest --coverage",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",

0 comments on commit 355bf62

Please sign in to comment.