Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca30fce commit a9be003Copy full SHA for a9be003
gen_docs.sh
@@ -1,10 +1,9 @@
1
#!/usr/bin/env bash
2
3
JASMINE_NODE='jasmine-node'
4
-if ! type -p "$JASMINE_NODE" >/dev/null 2>&1;then
5
- # Locally (npm)-installed jasmine-node
6
- local_jasmine='./node_modules/.bin/jasmine-node'
+local_jasmine='./node_modules/.bin/jasmine-node'
7
+if ! type -p "$JASMINE_NODE" >/dev/null 2>&1;then
8
if [[ -x "$local_jasmine" ]];then
9
JASMINE_NODE="$local_jasmine"
10
else
0 commit comments