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:
parent
a314b1a27e
commit
a3cedaf4a7
1 changed files with 11 additions and 0 deletions
11
files/bin/runtests_no_node
Normal file
11
files/bin/runtests_no_node
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
npm () {
|
||||
true
|
||||
}
|
||||
|
||||
export -f npm
|
||||
|
||||
./runtests
|
Loading…
Reference in a new issue