Skip to content

Commit b550a4a

Browse files
committed
fix: add pre-test makefile.toml adapter
1 parent 4ea909e commit b550a4a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Makefile.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = "true"
33
CARGO_MAKE_CLIPPY_ARGS = "--all-features -- -D warnings"
44

5-
[tasks.pre-test]
6-
script = [
7-
"npm install",
8-
"../scripts/ethereum.sh"
9-
]
10-
115
[tasks.dev-test-flow]
126
dependencies = [
137
"format-flow",

adapter/Makefile.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[tasks.pre-test]
2+
script = [
3+
"npm install",
4+
"../scripts/ethereum.sh"
5+
]

0 commit comments

Comments
 (0)