Skip to content

Commit

Permalink
add start command to launch site (#9072)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored Feb 16, 2023
1 parent 89185f8 commit 04db233
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"lint": "pnpm -r lint",
"format": "pnpm -r format",
"precommit": "pnpm format && pnpm lint",
"release": "changeset publish"
"release": "changeset publish",
"start": "cd sites/kit.svelte.dev && npm run dev"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 04db233

Please sign in to comment.