11 lines
76 B
Bash
11 lines
76 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
npm () {
|
|
true
|
|
}
|
|
|
|
export -f npm
|
|
|
|
./runtests
|