Browse Source

fix(doc) update building

tags/v0.0.2
Jorge Oliveira 2 years ago
parent
commit
89123b0eda
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      README.md

+ 3
- 3
README.md View File

@@ -9,11 +9,12 @@ You can use Jitsi Meet API to create Jitsi Meet video conferences with a custom
9 9
 
10 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 14
 To build the library, just type:
15 15
 ```
16 16
 npm install
17
+npm run build
17 18
 ```
18 19
 To lint:
19 20
 ```
@@ -24,9 +25,8 @@ and to run unit tests:
24 25
 npm test
25 26
 ```
26 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 32
 Both linting and units will also be done by a pre-commit hook.

Loading…
Cancel
Save