File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ wasm-napi-exit0-linux-arm64:
243
243
strip lib/npm/exit0/linux-arm64-LE.node
244
244
ls -l lib/npm/exit0/linux-arm64-LE.node
245
245
246
- wasm-napi-exit0-windows -x64 :
246
+ wasm-napi-exit0-win32 -x64 :
247
247
# This isn't meant to be run directly but is a rough overview of the instructions
248
248
echo ' __declspec(dllexport) void* napi_register_module_v1(void* a, void* b) { ExitProcess(0); }' > main.c
249
249
echo ' setlocal' > main.bat
@@ -459,7 +459,7 @@ publish-darwin-x64: platform-darwin-x64
459
459
publish-darwin-arm64 : platform-darwin-arm64
460
460
test -n " $( OTP) " && cd npm/esbuild-darwin-arm64 && npm publish --otp=" $( OTP) "
461
461
462
- publish-freebsd-x64 : platform-freebsd
462
+ publish-freebsd-x64 : platform-freebsd-x64
463
463
test -n " $( OTP) " && cd npm/esbuild-freebsd-64 && npm publish --otp=" $( OTP) "
464
464
465
465
publish-freebsd-arm64 : platform-freebsd-arm64
You can’t perform that action at this time.
0 commit comments