Skip to content

Commit

Permalink
Config: #269 package.json scripts 명령어 세분화
Browse files Browse the repository at this point in the history
  • Loading branch information
Seok93 committed Nov 12, 2024
1 parent 806d0b2 commit 835a704
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"build": "tsc --project tsconfig.prod.json && vite build",
"lint": "eslint . --ext ts,tsx,js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest --watch",
"test": "vitest",
"test:watch": "vitest --watch",
"test-ui": "vitest --ui",
"coverage": "vitest run --coverage",
"prepare": "husky"
Expand Down

0 comments on commit 835a704

Please sign in to comment.