Skip to content

Commit

Permalink
fix(satp-hermes): run sequencial instead of paralel (#3445)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Amaro <carlosrscamaro@tecnico.ulisboa.pt>
  • Loading branch information
LordKubaya authored Jul 26, 2024
1 parent 36ae147 commit ecaae31
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 ecaae31

Please sign in to comment.