Skip to content

Commit 2232e3d

Browse files
committed
use npx so that the script can be run directly
1 parent 2ea68c6 commit 2232e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/network-contracts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ rm -rf artifacts
55
npm run compile
66

77
rm -rf dist
8-
tsc -p tsconfig.build.json
8+
npx tsc -p tsconfig.build.json
99

1010
npx ts-node generateSelectors.ts > selectors.txt

0 commit comments

Comments
 (0)