Skip to content

Commit

Permalink
fix: npm and husky install (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: ivelin <[email protected]>
  • Loading branch information
Ivelin Ivanov authored Oct 19, 2021
1 parent 3409824 commit 63b4752
Show file tree
Hide file tree
Showing 4 changed files with 16,515 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ tasks:
echo "Installing aiortc dependencies"
apt install libavdevice-dev libavfilter-dev libopus-dev libvpx-dev pkg-config
echo "Preparing nodejs environment"
cd javascript
npm install
npm run prepare
npm update
Expand Down
1 change: 0 additions & 1 deletion javascript/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
dist/
.cache/
node_modules/
package-lock.json
Loading

0 comments on commit 63b4752

Please sign in to comment.