Skip to content

Commit

Permalink
Fix prebuild script for windows
Browse files Browse the repository at this point in the history
* use cross-env-shell instead of cross-env
  • Loading branch information
takameyer committed Jul 27, 2023
1 parent ec2d005 commit 4de4141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
]
},
"build:node:prebuild": {
"command": "cross-env prebuild --runtime napi --arch $PREBUILD_ARCH -- --directory bindgen",
"command": "cross-env-shell prebuild --runtime napi --arch $PREBUILD_ARCH -- --directory bindgen",
"env": {
"PREBUILD_ARCH": {
"external": true
Expand Down

0 comments on commit 4de4141

Please sign in to comment.