Skip to content

Commit ef45777

Browse files
authored
chore: ensure repl gets it base config on setup (#579)
so that people are not confused when setting up the repo
1 parent 3f327ef commit ef45777

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/repl/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"prepublishOnly": "npm run package",
1111
"check": "svelte-kit sync && svelte-check",
1212
"lint": "prettier --check .",
13-
"format": "prettier --write ."
13+
"format": "prettier --write .",
14+
"prepare": "svelte-kit sync"
1415
},
1516
"repository": {
1617
"type": "git",

0 commit comments

Comments
 (0)