Skip to content

Commit

Permalink
fix(satp-hermes): run sequencial instead of paralel (hyperledger-cact…
Browse files Browse the repository at this point in the history
…i#3445)

Signed-off-by: Carlos Amaro <[email protected]>
  • Loading branch information
LordKubaya authored and petermetz committed Aug 29, 2024
1 parent 85f615f commit f590a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cactus-plugin-satp-hermes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"watch": "tsc --build --watch",
"forge": "forge build ./src/solidity/*.sol --out ./src/solidity/generated",
"forge:test": "forge build ./src/test/solidity/contracts/*.sol --out ./src/test/solidity/generated",
"forge:all": "run-p 'forge' 'forge:test'"
"forge:all": "run-s 'forge' 'forge:test'"
},
"jest": {
"moduleNameMapper": {
Expand Down

0 comments on commit f590a24

Please sign in to comment.