Skip to content

Commit d9ba216

Browse files
committed
chore: updated the requirements script
1 parent e67fc67 commit d9ba216

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

scripts/check-prerequisites.sh

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,22 @@ function require() #cmd
1111
fi
1212
}
1313

14+
# for the NPM and toolchain version management
15+
require volta
16+
17+
# for the local subgraph node
1418
require docker
1519
require docker-compose
20+
21+
# for some contracts utilities
22+
require cast
23+
require forge
24+
25+
# for the subgraph and contracts utilities
1626
require jq
1727
require yq
18-
require volta
28+
29+
# for the local testing of Github Actions
30+
require act
1931

2032
exit $status

0 commit comments

Comments
 (0)