add kill-port to npx provisions list

This commit is contained in:
Max Howell 2023-04-18 07:26:42 -04:00
parent 0dba6543d4
commit fd678fa5b5
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -2,5 +2,6 @@ cmds:
- truffle - truffle
- ganache - ganache
- hardhat - hardhat
- kill-port
args: args:
...: [npx, exec, --, '{{cmd}}'] ...: [npx, exec, --, '{{cmd}}']