Skip to content

Commit 1a8177b

Browse files
committed
add build flow
1 parent 05b1f24 commit 1a8177b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
node-version: ${{ matrix.node-version }}
2525
- name: install deps
2626
run: npm ci
27+
- name: build
28+
run: npm run build
2729
- uses: JS-DevTools/npm-publish@v3
2830
with:
2931
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)