Fix grunt to rebuild dist/filer.js on test runs, alter default grunt task to be test
This commit is contained in:
parent
2d6b4644df
commit
b0744a7489
|
@ -201,7 +201,7 @@ module.exports = function(grunt) {
|
||||||
'npm-publish'
|
'npm-publish'
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
grunt.registerTask('test', ['check', 'shell:mocha']);
|
grunt.registerTask('test', ['check', 'develop', 'shell:mocha']);
|
||||||
|
|
||||||
grunt.registerTask('default', ['develop']);
|
grunt.registerTask('default', ['test']);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue