Skip to content

Commit

Permalink
fix: Add npm run build to temp ci
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Beam <[email protected]>
  • Loading branch information
bradbeam committed Oct 27, 2024
1 parent 5de0695 commit 6f0afcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
node-version: 16
- run: npm install
- run: npm build
- run: npm run dist-no-publish
- name: Set artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6f0afcb

Please sign in to comment.