Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
lizheming committed Feb 8, 2024
1 parent 0505114 commit ede98eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
- name: Install Dependencies
run: pnpm install --frozen-lockfile

- name: Build API
run: pnpm api:build
# - name: Build API
# run: pnpm api:build

- name: Build Client
run: pnpm client:build
# - name: Build Client
# run: pnpm client:build

- name: Publish NPM
uses: JS-DevTools/npm-publish@v3
Expand Down

0 comments on commit ede98eb

Please sign in to comment.