Skip to content

Commit

Permalink
update frontend build command
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Mar 19, 2024
1 parent e887ece commit 6510fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"dev": "import-meta-env-prepare -x ./.env.local.defaults && vite",
"build": "vite build && import-meta-env -x .env.example -p dist/index.html",
"build": "import-meta-env-prepare -x ./.env.local.defaults && vite build && import-meta-env -x .env.example -p dist/index.html",
"build:with-sourcemaps": "vite build --sourcemap",
"tsc": "tsc",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 10000",
Expand Down

0 comments on commit 6510fbf

Please sign in to comment.