diff options
Diffstat (limited to 'jenkins_build.sh')
| -rwxr-xr-x | jenkins_build.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/jenkins_build.sh b/jenkins_build.sh index bacac5e7..a6f7849c 100755 --- a/jenkins_build.sh +++ b/jenkins_build.sh @@ -22,7 +22,7 @@ rm -f angular.js.size  npm install --color false  grunt ci-checks package --no-color -mkdir test_out +mkdir -p test_out  # DOCS generator unit tests #  grunt test:docgen --no-color | 
