Skip to content

Commit

Permalink
ci: fixed build command
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Oct 9, 2023
1 parent 3746d63 commit 5d3e951
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ jobs:
- name: "npm v8.5+ requires workspaces-update to be set to false"
run: "echo 'workspaces-update=false' >> .npmrc"

- name: "Build package"
run: "pnpm run build:prod"

- name: "Validate package.json"
run: "pnpm run validate:package"

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

- name: "Semantic Release"
if: "success()"
env:
Expand Down

0 comments on commit 5d3e951

Please sign in to comment.