We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a66fc2 commit ac99245Copy full SHA for ac99245
packages/fast-usdc-deploy/package.json
@@ -9,7 +9,7 @@
9
"tools"
10
],
11
"scripts": {
12
- "build": "esbuild ../fast-usdc-contract/src/fast-usdc.contract.ts --bundle --outfile=dist/fast-usdc.contract.bundle.js",
+ "build": "esbuild ../fast-usdc-contract/src/fast-usdc.contract.ts --platform=node --format=esm --bundle --outfile=dist/fast-usdc.contract.bundle.js",
13
"test": "ava",
14
"test:c8": "c8 --all $C8_OPTIONS ava",
15
"$scripts-note": "fast-usdc skipped in test:xs pending #10847",
0 commit comments