Skip to content

Commit

Permalink
Update scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Aug 5, 2024
1 parent 9cbd11e commit ee34273
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 @@ -16,8 +16,8 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "npx eslint src/ --fix --config eslint.config.js",
"preview": "vite preview",
"lint": "npx eslint src/ --fix --config eslint.config.js",
"format": "npx prettier src --write",
"test": "vitest --run",
"test:coverage": "vitest --run --coverage",
Expand Down

0 comments on commit ee34273

Please sign in to comment.