Skip to content

Commit

Permalink
force deps to optimized when starting vite dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Mar 24, 2024
1 parent 7fed0c1 commit 3ab312e
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 @@ -60,7 +60,7 @@
"lint:check": "eslint . --ext .ts,.tsx",
"pretty": "prettier . --write",
"pretty:check": "prettier . --check",
"dev": "npm run graphql:build && VITE_APP_GIT_HASH=`git rev-parse HEAD` vite",
"dev": "VITE_APP_GIT_HASH=`git rev-parse HEAD` vite --force",
"start": "vite start",
"preview": "vite preview",
"build": "npm run graphql:build && VITE_APP_GIT_HASH=`git rev-parse HEAD` vite build",
Expand Down

0 comments on commit 3ab312e

Please sign in to comment.