add `npm run update` command

`npm run update` script should be executed before dev site will be run.
pull/2561/head
Alexey Schebelev 6 years ago committed by GitHub
parent a06f92a930
commit 9bc7261c0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,6 +59,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 update
npm run dev npm run dev
``` ```

Loading…
Cancel
Save