Skip to content

Commit

Permalink
Build after installing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Apr 20, 2024
1 parent 5e920a6 commit 44e693e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: 16

- name: Install dependencies
run: npm ci
run: npm ci && npm run build

- name: Create release pull request or publish to npm
id: changesets
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: 16

- name: Install dependencies
run: npm ci
run: npm ci && npm run build

- name: Create .npmrc
run: |
Expand Down

0 comments on commit 44e693e

Please sign in to comment.