[7.x] chore(NA): fix licenses task on grunt test task (#51444) (#52139)

This commit is contained in:
Spencer 2019-12-03 20:11:49 -07:00 committed by GitHub
parent 0d2ab79001
commit 8482d3e892
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',
])
);