Skip to content

Commit

Permalink
use vite build
Browse files Browse the repository at this point in the history
  • Loading branch information
asoltys committed Jul 13, 2022
1 parent d4aecc0 commit 3425bc8
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 @@ -5,7 +5,7 @@
"scripts": {
"cypress:open": "cypress open",
"dev": "cross-env TAILWIND_MODE=watch vite dev --host",
"build": "svelte-kit build",
"build": "vite build",
"preview": "svelte-kit preview",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
Expand Down

0 comments on commit 3425bc8

Please sign in to comment.