dotfiles/files/bin/runtests_no_node
Jake Howard a3cedaf4a7
Add an alias to run tests without npm
Save editing the runtests all the time. Nvm reports errors, but I don't care
2020-06-15 12:12:03 +01:00

12 lines
76 B
Bash

#!/usr/bin/env bash
set -e
npm () {
true
}
export -f npm
./runtests