Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiavina-mika committed Apr 29, 2024
1 parent 5238cd1 commit 3d70e34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
cache: "yarn" # uses the system node, which was updated prior.

# - name: Install dependencies
- run: yarn
- run: yarn

# - name: Lint and clean code
- run: yarn lint
- run: yarn lint

# - name: Build
- run: yarn build
- run: yarn build

# Then release to npm
release:
Expand Down

0 comments on commit 3d70e34

Please sign in to comment.