Преглед на файлове

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