Skip to content

Commit 3b255ed

Browse files
Update build commands
1 parent c4b2615 commit 3b255ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"scripts": {
55
"watch:tailwind": "cross-env ROLLUP_WATCH=1 postcss src/tailwind.pcss -o public/build/tailwind.css -w",
66
"build:tailwind": "postcss src/tailwind.pcss -o public/build/tailwind.css",
7-
"build": "npm run build:tailwind && rollup -c",
8-
"dev": "concurrently \"rollup -c -w\" \"npm run watch:tailwind\"",
7+
"build": "npm run build:tailwind && vite build",
8+
"dev": "vite",
99
"start": "sirv public",
1010
"validate": "svelte-check"
1111
},

0 commit comments

Comments
 (0)