Skip to content

Commit b771bb2

Browse files
committed
test: Build before running test server
1 parent cb723ec commit b771bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ module.exports = function(grunt) {
401401
]);
402402

403403
// Webserver tasks
404-
grunt.registerTask('run:test', ['connect:test']);
404+
grunt.registerTask('run:test', ['build.test', 'connect:test']);
405405
grunt.registerTask('run:docs', ['connect:docs']);
406406

407407
grunt.registerTask('publish', ['build.plugins-combined', 's3']);

0 commit comments

Comments
 (0)