Skip to content

Commit

Permalink
Update build command in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hiletmis committed Jan 25, 2024
1 parent b60382a commit 0ffe891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Build package
run: pnpm run build-svg
run: pnpm run build

- name: Create Release
id: changesets
Expand Down

0 comments on commit 0ffe891

Please sign in to comment.