Skip to content

Commit

Permalink
only run consensus test on local node
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-aurele-besner committed Jun 13, 2024
1 parent 322acab commit 2a72986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auto-consensus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "tsc",
"clean": "rm -rf dist",
"format": "prettier --write \"src/**/*.ts\"",
"test": "jest -i"
"test-local": "jest -i"
},
"files": [
"dist",
Expand Down

0 comments on commit 2a72986

Please sign in to comment.