Add chalk, http-server

This commit is contained in:
Max Howell 2023-04-22 08:09:07 -04:00
parent 99b600101c
commit 6f5ba66dd2
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC
2 changed files with 5 additions and 2 deletions

View file

@ -3,5 +3,8 @@ cmds:
- ganache
- hardhat
- kill-port
- chalk
- http-server
args:
[npx, --yes]
chalk: npx --yes --package=chalk-cli -c
...: [npx, --yes]

View file

@ -6,4 +6,4 @@ cmds:
args:
pygmentize: [pipx, run, --spec, pygments]
huggingface-cli: pipx run --spec huggingface_hub
...: [pipx, run, --]
...: [pipx, run]