Skip to content

Commit b955a32

Browse files
committed
Build before publshing to pk.pr.new
1 parent 57a5c2a commit b955a32

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,12 @@ jobs:
7878
- uses: actions/setup-node@v6
7979
with:
8080
node-version: "22"
81-
8281
- name: Install modules
8382
run: npm install
8483

84+
- name: Build
85+
run: npm run build
86+
8587
- name: Publish to pkg.pr.new
8688
run: npx pkg-pr-new publish ./packages/*
8789

0 commit comments

Comments
 (0)