Kaynağa Gözat

fix(doc) update building

dev1
Jorge Oliveira 3 yıl önce
ebeveyn
işleme
89123b0eda
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3
    3
      README.md

+ 3
- 3
README.md Dosyayı Görüntüle

9
 
9
 
10
 ## Building the sources
10
 ## Building the sources
11
 
11
 
12
-NOTE: you need Node.js >= 12 and npm >= 6
12
+NOTE: you need Node.js >= 12 and npm >= 7
13
 
13
 
14
 To build the library, just type:
14
 To build the library, just type:
15
 ```
15
 ```
16
 npm install
16
 npm install
17
+npm run build
17
 ```
18
 ```
18
 To lint:
19
 To lint:
19
 ```
20
 ```
24
 npm test
25
 npm test
25
 ```
26
 ```
26
 if you need to rebuild lib-jitsi-meet.min.js
27
 if you need to rebuild lib-jitsi-meet.min.js
27
-
28
 ```
28
 ```
29
-npm run postinstall
29
+npm run build
30
 ```
30
 ```
31
 
31
 
32
 Both linting and units will also be done by a pre-commit hook.
32
 Both linting and units will also be done by a pre-commit hook.

Loading…
İptal
Kaydet