Skip to content

Commit 435c15f

Browse files
committed
docs: remove no longer needed svelte kit sync
1 parent c61a67b commit 435c15f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SVELTEKIT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ You'll need one of these sets of prepare scripts in your `package.json` file. No
2727
- Without Dark Mode support.
2828

2929
```
30-
"prepare": "svelte-kit sync && npm run smui-theme",
30+
"prepare": "npm run smui-theme",
3131
"smui-theme": "smui-theme compile static/smui.css -i src/theme"
3232
```
3333

3434
- With Dark Mode support.
3535

3636
```
37-
"prepare": "svelte-kit sync && npm run smui-theme-light && npm run smui-theme-dark",
37+
"prepare": "npm run smui-theme-light && npm run smui-theme-dark",
3838
"smui-theme-light": "smui-theme compile static/smui.css -i src/theme",
3939
"smui-theme-dark": "smui-theme compile static/smui-dark.css -i src/theme/dark"
4040
```

0 commit comments

Comments
 (0)