Skip to content

Commit

Permalink
fix: config.yml for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoo committed Apr 19, 2023
1 parent 48559ee commit 7b2d2ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- image: cimg/node:16.11.1
steps:
- checkout_code
- run:
name: Install rsync
command: sudo apt-get update && sudo apt-get install rsync
- run:
name: Release new version
command: npm run release
Expand Down

0 comments on commit 7b2d2ba

Please sign in to comment.