We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea68c6 commit 2232e3dCopy full SHA for 2232e3d
packages/network-contracts/build.sh
@@ -5,6 +5,6 @@ rm -rf artifacts
5
npm run compile
6
7
rm -rf dist
8
-tsc -p tsconfig.build.json
+npx tsc -p tsconfig.build.json
9
10
npx ts-node generateSelectors.ts > selectors.txt
0 commit comments