add `npm run update` command

`npm run update` script should be executed before dev site will be run.
pull/7738/head
Alexey Schebelev 7 years ago committed by GitHub
parent a08360e2b0
commit 5d5febcf16

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

Loading…
Cancel
Save