Skip to content

Commit

Permalink
fix(doc) update building
Browse files Browse the repository at this point in the history
  • Loading branch information
NewEraCracker authored and saghul committed Feb 28, 2022
1 parent bf3c588 commit 89123b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ You can use Jitsi Meet API to create Jitsi Meet video conferences with a custom

## Building the sources

NOTE: you need Node.js >= 12 and npm >= 6
NOTE: you need Node.js >= 12 and npm >= 7

To build the library, just type:
```
npm install
npm run build
```
To lint:
```
Expand All @@ -24,9 +25,8 @@ and to run unit tests:
npm test
```
if you need to rebuild lib-jitsi-meet.min.js

```
npm run postinstall
npm run build
```

Both linting and units will also be done by a pre-commit hook.

0 comments on commit 89123b0

Please sign in to comment.