Skip to content

Commit

Permalink
generate apps file before running tests (#3436)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskikutis authored Apr 16, 2020
1 parent 94ae4a9 commit 95daef6
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 @@ -37,7 +37,7 @@ module.exports = function(grunt) {
grunt.registerTask('test', ['ngtemplates:dev', 'karma:unit']);
grunt.registerTask('ci', ['test']);
grunt.registerTask('unit', ['test']);
grunt.registerTask('ci:travis', ['ngtemplates:dev', 'karma:travis']);
grunt.registerTask('ci:travis', ['ngtemplates:gen-apps', 'ngtemplates:dev', 'karma:travis']);
grunt.registerTask('bamboo', ['karma:bamboo']);

grunt.registerTask('gettext:compile', 'Compile .po translation files to .json', () => {
Expand Down

0 comments on commit 95daef6

Please sign in to comment.