Skip to content

Commit

Permalink
add e2d:watch
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jul 14, 2023
1 parent f399eba commit fb46017
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/osmojs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"e2e:start": "cd tests && make start",
"e2e:test": "jest --testPathPattern=starship/ --verbose --bail",
"e2e:debug": "jest --testPathPattern=starship/ --runInBand --verbose --bail",
"e2e:watch": "jest --watch --testPathPattern=starship/",
"e2e:stop": "cd tests && make stop",
"e2e:clean": "cd tests && make stop clean"
},
Expand Down Expand Up @@ -121,4 +122,4 @@
"long": "^5.2.0",
"protobufjs": "^6.11.3"
}
}
}

0 comments on commit fb46017

Please sign in to comment.