Skip to content

Commit

Permalink
[fix] npm scripts의 test 와 test --coverage로 분기화 (CC-178)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunkkkk committed Aug 23, 2024
1 parent 7351e78 commit ee61ef7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Caecae/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "jest --coverage"
"test --coverage": "jest --coverage",
"test": "jest"
},
"dependencies": {
"autoprefixer": "^10.4.19",
Expand Down

0 comments on commit ee61ef7

Please sign in to comment.