Merge pull request #2561 from AlexxNB/patch-1

add `npm run update` command
pull/2570/head
Rich Harris 6 years ago committed by GitHub
commit 030c957c9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save