compile acceptance tests

This commit is contained in:
Joe Green 2017-08-14 15:33:30 +01:00 committed by GitHub
parent b1a7f779d1
commit 0e8ce29414

View file

@ -34,7 +34,7 @@ pipeline {
}
steps {
sh 'node_modules/.bin/grunt compile'
// sh 'node_modules/.bin/grunt compile:acceptance_tests'
sh 'node_modules/.bin/grunt compile:acceptance_tests'
sh 'NODE_ENV=development node_modules/.bin/grunt test:unit'
}
}