Преглед изворни кода

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`).
Jonas Herzig пре 4 година
родитељ
комит
9226765956
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -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
 ```