Skip to content

Commit

Permalink
fix: devscript: stop vite when browser closes
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Jul 9, 2023
1 parent b3b4b10 commit 28a7692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "vitest run",
"test:watch": "vitest",
"test:cov": "vitest run --coverage",
"dev": "run-p -l vite:watch serve:firefox",
"dev": "run-p -r -l vite:watch serve:firefox",
"vite:site": "vite",
"vite:watch": "vite build --watch --mode development --minify false",
"build": "tsc && vite build",
Expand Down

0 comments on commit 28a7692

Please sign in to comment.