Skip to content

Commit

Permalink
remove watch from test
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruch committed Mar 21, 2024
1 parent c297c9c commit fb8ce31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/evm-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"scripts": {
"build": "rm -rf lib && tsc -p tsconfig.build.json",
"test": "vitest"
"test": "vitest run"
},
"dependencies": {
},
Expand Down

0 comments on commit fb8ce31

Please sign in to comment.