Skip to content

Commit

Permalink
use separate build command for previews
Browse files Browse the repository at this point in the history
  • Loading branch information
spaasis authored Feb 28, 2024
1 parent eeb7188 commit 57b0cc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dev": "vite",
"serve": "vite preview",
"build": "vite build",
"build-preview": "vite build --mode preview",
"test": "vitest",
"lint": "eslint --ext .ts,.vue --ignore-path .gitignore --fix src tests",
"lint-no-fix": "eslint --ext .ts,.vue --ignore-path .gitignore src tests"
Expand Down

0 comments on commit 57b0cc5

Please sign in to comment.