소스 검색

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