Skip to content

Commit 0cec0b6

Browse files
authored
feat: add d.ts in binding build artficats (#10634)
* feat: add d.ts in binding build artficats * feat: add build js
1 parent df2f7cc commit 0cec0b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/reusable-build-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,4 @@ jobs:
180180
path: |
181181
crates/node_binding/*.node
182182
crates/node_binding/*.wasm
183+
crates/node_binding/*.d.ts

.github/workflows/reusable-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
path: crates/node_binding/
9191

9292
- name: Show restored binding
93-
run: ls -lah crates/node_binding/*.node
93+
run: ls -lah crates/node_binding/
9494

9595
- name: Setup Pnpm
9696
uses: ./.github/actions/pnpm/setup

0 commit comments

Comments
 (0)