Ticket #64900: 64900.diff
| File 64900.diff, 498 bytes (added by , 2 months ago) |
|---|
-
Gruntfile.js
diff --git a/Gruntfile.js b/Gruntfile.js index d6b33d391e..1c4bcca395 100644
a b module.exports = function(grunt) { 2221 2221 2222 2222 grunt.registerTask( 'browserslist:update', 'Update the local database of browser supports', function() { 2223 2223 grunt.log.writeln( `Updating browsers list` ); 2224 spawn( 'npx', [ ' browserslist@latest', '--update-db' ], {2224 spawn( 'npx', [ 'update-browserslist-db@latest' ], { 2225 2225 cwd: __dirname, 2226 2226 stdio: 'inherit', 2227 2227 } );