Skip to content

Commit

Permalink
chore: remove --force flag from vite start command
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNenashev committed Oct 11, 2023
1 parent 5c8f4e7 commit 4dcb126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odd-platform-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vite --force",
"start": "vite",
"build-only": "vite build",
"clean": "rm -rf ./src/generated-sources",
"build": "pnpm generate && tsc --noEmit && vite build",
Expand Down

0 comments on commit 4dcb126

Please sign in to comment.