Skip to content

Commit f75011f

Browse files
authored
fix(package): jar not packaged (#97)
* fix(package): jar not packaged Signed-off-by: Markus <28785953+MarkusJx@users.noreply.github.com> * fix(bridge): custom inspect not working Signed-off-by: Markus <28785953+MarkusJx@users.noreply.github.com> --------- Signed-off-by: Markus <28785953+MarkusJx@users.noreply.github.com>
1 parent 4cd2d8b commit f75011f

File tree

8 files changed

+330
-277
lines changed

8 files changed

+330
-277
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
- name: Create package
234234
if: ${{matrix.node-version == '18'}}
235235
run: |
236-
node -e 'let p=require("./package.json");p.files.push("dist/*.node", "dist/*.jar");require("fs").writeFileSync("package.json",JSON.stringify(p,null,4))'
236+
node -e 'let p=require("./package.json");p.files.push("dist/*.node");require("fs").writeFileSync("package.json",JSON.stringify(p,null,4))'
237237
npm pack
238238
- name: Upload package
239239
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)