Skip to content

Commit

Permalink
build: optimize github action
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed May 25, 2024
1 parent 5ab54bf commit e3390a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
with:
node-version: lts/*

- name: Install Dependencies
run: corepack enable && pnpm i
- name: Prepare and Test
run: corepack enable && pnpm i && pnpm test

- name: Create Release Pull Request or Publish
# https://github.com/changesets/action
Expand Down

0 comments on commit e3390a5

Please sign in to comment.