Skip to content

Commit

Permalink
chore: remove unnecessary run server in dev script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KnotzerIO committed Jun 15, 2024
1 parent 1868cda commit 6c2996b
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 @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite && npm run server",
"dev": "vite",
"build": "tsc && NODE_ENV=production vite build --emptyOutDir",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
Expand Down

0 comments on commit 6c2996b

Please sign in to comment.