0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Rejigging grunt tasks

- bower only happens in init, not when running the tests as init should
always be run first
This commit is contained in:
Hannah Wolfe 2014-05-06 00:11:38 +01:00
parent ace076b253
commit 175fec2678

View file

@ -710,7 +710,7 @@ var path = require('path'),
//
// `grunt validate` is called by `npm test`.
grunt.registerTask('validate', 'Run tests and lint code',
['shell:bower', 'concat:dev', 'jshint', 'test-routes', 'test-unit', 'test-integration', 'test-functional']);
['jshint', 'test-routes', 'test-unit', 'test-integration', 'test-functional']);
// ### Unit Tests *(sub task)*
// `grunt test-unit` will run just the unit tests