Skip to content

Commit

Permalink
chore: shorten scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Jul 9, 2023
1 parent 1043c6e commit d167da7
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 -r -l vite:watch serve:firefox",
"dev": "run-p -rl 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 d167da7

Please sign in to comment.