Add an alias to run tests without npm

Save editing the runtests all the time. Nvm reports errors, but I don't care
This commit is contained in:
Jake Howard 2020-06-15 12:12:03 +01:00
parent a314b1a27e
commit a3cedaf4a7
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -e
npm () {
true
}
export -f npm
./runtests