[7.5] chore(NA): fix licenses task on grunt test task (#51444) (#52140)

This commit is contained in:
Spencer 2019-12-03 20:11:22 -07:00 committed by GitHub
parent d917a4cc15
commit 0ef505e421
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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',
])
);