mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-16 01:15:06 +01:00
run unit tests as part of grunt build and ci
This commit is contained in:
parent
b3db69745d
commit
502b26ecf0
2 changed files with 2 additions and 2 deletions
|
|
@ -119,7 +119,7 @@ module.exports = function(grunt) {
|
|||
grunt.loadNpmTasks( 'grunt-zip' );
|
||||
|
||||
// Default task
|
||||
grunt.registerTask( 'default', [ 'jshint', 'cssmin', 'uglify' ] );
|
||||
grunt.registerTask( 'default', [ 'jshint', 'cssmin', 'uglify', 'qunit' ] );
|
||||
|
||||
// Theme task
|
||||
grunt.registerTask( 'themes', [ 'sass' ] );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue