Skip to content

Commit

Permalink
test: Build before running test server
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Oct 2, 2017
1 parent cb723ec commit b771bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ module.exports = function(grunt) {
]);

// Webserver tasks
grunt.registerTask('run:test', ['connect:test']);
grunt.registerTask('run:test', ['build.test', 'connect:test']);
grunt.registerTask('run:docs', ['connect:docs']);

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

0 comments on commit b771bb2

Please sign in to comment.