Skip to content

Commit

Permalink
fix: rename coverage npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan committed Nov 28, 2023
1 parent dfb3d08 commit 659e926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"start": "tsc && vite build --mode development --watch --sourcemap true",
"test:e2e": "env-cmd --silent cypress run --browser chrome --headed",
"test": "vitest",
"coverage": "vitest run --coverage"
"test:coverage": "vitest run --coverage",
"test:e2e": "env-cmd --silent cypress run --browser chrome --headed"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
Expand Down

0 comments on commit 659e926

Please sign in to comment.