Fixed test command for JS tests.
This commit is contained in:
parent
d4315ca348
commit
0d2d8bc108
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ build_jruby() {
|
|||
|
||||
build_javascript() {
|
||||
internal_build_cpp
|
||||
cd js && npm install && gulp test && cd ..
|
||||
cd js && npm install && npm test && cd ..
|
||||
}
|
||||
|
||||
# -------- main --------
|
||||
|
|
Loading…
Add table
Reference in a new issue