Skip to content

Commit

Permalink
fix x86-64 node
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed May 6, 2024
1 parent a6eed2a commit d829645
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
settings:
- host: macos-latest
target: x86_64-apple-darwin
build: yarn build
build: yarn build --target x86_64-apple-darwin
- host: windows-latest
build: yarn build
target: x86_64-pc-windows-msvc
Expand Down
6 changes: 3 additions & 3 deletions bindings/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rookie-rs/api",
"version": "0.0.1-beta.3",
"version": "0.0.1-beta.4",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down Expand Up @@ -33,10 +33,10 @@
},
"packageManager": "[email protected]",
"optionalDependencies": {
"@rookie-rs/api-win32-x64-msvc": "0.0.0",
"@rookie-rs/api-darwin-arm64": "0.0.0",
"@rookie-rs/api-darwin-x64": "0.0.0",
"@rookie-rs/api-linux-x64-gnu": "0.0.0",
"@rookie-rs/api-darwin-arm64": "0.0.0"
"@rookie-rs/api-win32-x64-msvc": "0.0.0"
},
"repository": "https://github.com/thewh1teagle/rookie",
"description": "Load cookies from any browser on any platform"
Expand Down

0 comments on commit d829645

Please sign in to comment.