Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-authored-by: extg5 <[email protected]>
  • Loading branch information
ildarH and extg5 authored Aug 22, 2024
1 parent fafd4cf commit 2134ed5
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 @@ -30,7 +30,7 @@
},
"scripts": {
"dev": "NODE_ENV=development vite --open --mode development",
"build": "rm -rf dist && vite build",
"build": "rm -rf dist && vite build --mode production",
"build:gh-pages": "rm -rf docs && vite build -c 'vite.github.config.js'",
"serve": "vite preview",
"build:serve": "yarn build && yarn serve",
Expand Down

0 comments on commit 2134ed5

Please sign in to comment.