Skip to content

Commit

Permalink
chore: ensure repl gets it base config on setup (#579)
Browse files Browse the repository at this point in the history
so that people are not confused when setting up the repo
  • Loading branch information
dummdidumm authored Oct 23, 2024
1 parent 3f327ef commit ef45777
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"prepublishOnly": "npm run package",
"check": "svelte-kit sync && svelte-check",
"lint": "prettier --check .",
"format": "prettier --write ."
"format": "prettier --write .",
"prepare": "svelte-kit sync"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ef45777

Please sign in to comment.