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:
parent
ace076b253
commit
175fec2678
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue