Merge pull request #2561 from AlexxNB/patch-1

add `npm run update` command
pull/7738/head
Rich Harris 7 years ago committed by GitHub
commit 2cf11f2ebf

@ -58,7 +58,7 @@ The source code for https://svelte.dev, including all the documentation, lives i
```bash ```bash
cd site cd site
npm install npm install && npm run update
npm run dev npm run dev
``` ```

Loading…
Cancel
Save