mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-23 22:13:34 +00:00
grunt: Run grunt-build as part of grunt-test and grunt-watch
Especially the latter is nice, but might as well run it as part of test. Change-Id: I77b9e6be3adc57565390c9881165b462f0f34b56
This commit is contained in:
parent
2fb6b5662c
commit
486e9cbbed
|
@ -81,8 +81,8 @@ module.exports = function ( grunt ) {
|
|||
}
|
||||
} );
|
||||
|
||||
grunt.registerTask( 'lint', ['jshint', 'jscs', 'csslint'] );
|
||||
grunt.registerTask( 'test', ['lint'] );
|
||||
grunt.registerTask( 'build', ['jsduckcatconfig', 'buildloader'] );
|
||||
grunt.registerTask( 'default', ['build', 'test'] );
|
||||
grunt.registerTask( 'lint', ['jshint', 'jscs', 'csslint'] );
|
||||
grunt.registerTask( 'test', ['build', 'lint'] );
|
||||
grunt.registerTask( 'default', ['test'] );
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue