Skip to content

Commit

Permalink
Fix yarn install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBenc authored and DavidTranDucVL committed Nov 25, 2020
1 parent 40c9268 commit 5050cf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
steps:
- checkout
- run: node --version
- run: sudo apt-get -y update
- run: sudo apt-get -y install libudev-dev libusb-1.0-0-dev
- run: yarn install
- run: yarn eslint
- run: yarn build-js
Expand Down

0 comments on commit 5050cf3

Please sign in to comment.