Skip to content

Commit

Permalink
update isntall
Browse files Browse the repository at this point in the history
Signed-off-by: Evaldo Felipe <contato@evaldofelipe.com>
  • Loading branch information
evaldofelipe committed Oct 4, 2023
1 parent fa9688b commit 8b2b5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
command: sudo apt-get update && sudo apt-get install -y rsync libudev-dev libusb-1.0-0-dev yarn
- run:
name: Install Dependencies
command: yarn --frozen-lockfile
command: yarn install
- run:
name: Run build
command: yarn build
Expand Down

0 comments on commit 8b2b5fc

Please sign in to comment.