Add `npm run postinstall` to README (closes #92)

Appears to be required for `patch-package` to do its thing (at least patch-package suggests you use `postinstall`, not really sure why though since it isn't ran on `npm install`).
This commit is contained in:
Jonas Herzig 2020-04-17 15:24:52 +02:00 committed by GitHub
parent e008ef171f
commit 9226765956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ or from git:
git clone https://github.com/johni0702/mumble-web
cd mumble-web
npm install
npm run postinstall
npm run build
```