File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ jobs:
219219 $env:version = $(node -p "require('./package.json').version")
220220 npm run pkg -- `
221221 --output=builds\polykey-cli-$env:version-win32-x64 `
222- --bin=dist\polykey.js `
222+ --bin=dist\polykey.cjs `
223223 --node-version=20 `
224224 --platform=win32 `
225225 --arch=x64
@@ -232,7 +232,7 @@ jobs:
232232 npm ci
233233 npm run pkg -- \
234234 --output=builds/polykey-cli-$version-darwin-universal \
235- --bin=dist/polykey.js \
235+ --bin=dist/polykey.cjs \
236236 --node-version=20 \
237237 --platform=darwin \
238238 --arch=arm64
@@ -342,7 +342,7 @@ jobs:
342342 '
343343 echo 'Waiting for Testnet Deployment'
344344 nix develop .#ci --command bash -c $'
345- ./scripts/wait-for-deploy.js testnet.polykey.com
345+ ./scripts/wait-for-deploy.mjs testnet.polykey.com
346346 '
347347
348348 integration-test :
@@ -415,7 +415,7 @@ jobs:
415415 '
416416 echo 'Waiting for Mainnet Deployment'
417417 nix develop .#ci --command bash -c $'
418- ./scripts/wait-for-deploy.js mainnet.polykey.com
418+ ./scripts/wait-for-deploy.mjs mainnet.polykey.com
419419 '
420420 rm -f "$REGISTRY_AUTH_FILE"
421421
You can’t perform that action at this time.
0 commit comments