Skip to content

Commit dedc26c

Browse files
committed
don't build themes on install
1 parent 3de8d0f commit dedc26c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"package": "module",
66
"type": "module",
77
"scripts": {
8-
"build": "vite build --outDir public && npm run prepare",
8+
"build": "vite build --outDir public && npm run prep",
99
"preview": "vite preview",
1010
"check": "svelte-check --tsconfig ./tsconfig.json",
1111
"dev": "vite --port 8080",
1212
"start": "sirv public --no-clear -s -G",
1313
"tauri": "tauri",
1414
"tauri-build": "TAURI=true tauri build",
1515
"tauri-dev": "TAURI=true tauri dev",
16-
"prepare": "npm run smui-theme-light && npm run smui-theme-dark",
16+
"prep": "npm run smui-theme-light && npm run smui-theme-dark",
1717
"smui-theme-light": "smui-theme compile public/smui.css -i src/theme",
1818
"smui-theme-dark": "smui-theme compile public/smui-dark.css -i src/theme/dark"
1919
},

0 commit comments

Comments
 (0)