Bladeren bron

fix(doc) update building

release-8443
Jorge Oliveira 3 jaren geleden
bovenliggende
commit
89123b0eda
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 3
    3
      README.md

+ 3
- 3
README.md Bestand weergeven

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.

Laden…
Annuleren
Opslaan