We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb723ec commit b771bb2Copy full SHA for b771bb2
Gruntfile.js
@@ -401,7 +401,7 @@ module.exports = function(grunt) {
401
]);
402
403
// Webserver tasks
404
- grunt.registerTask('run:test', ['connect:test']);
+ grunt.registerTask('run:test', ['build.test', 'connect:test']);
405
grunt.registerTask('run:docs', ['connect:docs']);
406
407
grunt.registerTask('publish', ['build.plugins-combined', 's3']);
0 commit comments