Skip to content

Commit 6f0afcb

Browse files
committed
fix: Add npm run build to temp ci
Signed-off-by: Brad Beam <brad.beam@b-rad.info>
1 parent 5de0695 commit 6f0afcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_mac.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
node-version: 16
1919
- run: npm install
20+
- run: npm build
2021
- run: npm run dist-no-publish
2122
- name: Set artifacts
2223
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)