Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YassinEldeeb committed Jul 15, 2024
1 parent f9d67b7 commit e7f4fb9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,6 @@ jobs:
run: pnpm install
working-directory: packages/matchstick

- name: install dependencies (bin)
run: pnpm install
working-directory: bin/npm

- name: Download all artifacts
uses: actions/download-artifact@v3
with:
Expand Down
14 changes: 8 additions & 6 deletions packages/matchstick/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@
},
"napi": {
"name": "graph-matchstick",
"triples": {
"additional": [
"aarch64-apple-darwin"
]
}
}
"targets": [
"x86_64-apple-darwin",
"aarch64-apple-darwin",
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc"
]
},
"packageManager": "[email protected]"
}

0 comments on commit e7f4fb9

Please sign in to comment.