Skip to content

Commit

Permalink
Fix prebuild script for windows (#6010)
Browse files Browse the repository at this point in the history
  • Loading branch information
takameyer committed Jul 27, 2023
1 parent 4fe383d commit 98b4920
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 98b4920

Please sign in to comment.