Skip to content

Commit

Permalink
build: 🚀 fix netlify build issues
Browse files Browse the repository at this point in the history
change build command to not use vite-ssg and build on mocking env
  • Loading branch information
doroudi committed Mar 9, 2024
1 parent b79dfc3 commit e0eeb9a
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 @@ -3,7 +3,7 @@
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "vite-ssg build",
"build": "vite build --mode mocking",
"dev": "vite --port 7000 --open --mode development",
"dev:mock": "vite --open --port 7000 --mode mocking",
"lint": "eslint .",
Expand Down

0 comments on commit e0eeb9a

Please sign in to comment.