Skip to content

Commit ac99245

Browse files
committed
fix(fast-usdc-deploy): Thread exports for esbuild contract bundle
1 parent 4a66fc2 commit ac99245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fast-usdc-deploy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"tools"
1010
],
1111
"scripts": {
12-
"build": "esbuild ../fast-usdc-contract/src/fast-usdc.contract.ts --bundle --outfile=dist/fast-usdc.contract.bundle.js",
12+
"build": "esbuild ../fast-usdc-contract/src/fast-usdc.contract.ts --platform=node --format=esm --bundle --outfile=dist/fast-usdc.contract.bundle.js",
1313
"test": "ava",
1414
"test:c8": "c8 --all $C8_OPTIONS ava",
1515
"$scripts-note": "fast-usdc skipped in test:xs pending #10847",

0 commit comments

Comments
 (0)