Skip to content

Commit

Permalink
config: Update frontend ci test command
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Jan 24, 2024
1 parent 66b2271 commit a271a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build": "sass src/index.scss src/index.css && tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"test:ci": "vitest --ci",
"test:ci": "vitest --watch=false --coverage",
"generate-badge": "coverage-badges -s coverage/coverage-summary.json -o coverage-frontend-badge-new.svg --label 'Frontend Code Coverage'",
"scss": "sass src/index.scss src/index.css",
"scss:watch": "sass src/index.scss src/index.css; sass --watch src/index.scss src/index.css",
Expand Down

0 comments on commit a271a7b

Please sign in to comment.