chore(NA): fix licenses task on grunt test task (#51444)

This commit is contained in:
Tiago Costa 2019-12-03 23:09:47 +00:00 committed by Spencer
parent 5d5a4ca0ab
commit 0b5e58979c

View file

@ -71,7 +71,7 @@ module.exports = function (grunt) {
!grunt.option('quick') && 'run:typeCheck',
!grunt.option('quick') && 'run:i18nCheck',
'run:checkFileCasing',
'licenses',
'run:licenses',
'test:quick',
])
);