running tests during build

This commit is contained in:
antelle 2019-10-12 14:23:19 +02:00
parent 936de04b1e
commit 69c38cbeca
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
module.exports = function(grunt) {
// prettier-ignore
grunt.registerTask('default', 'Default: build web app', [
'test',
'build-web-app'
]);