Skip to content

Commit

Permalink
Add back generate-cache grunt command
Browse files Browse the repository at this point in the history
This was accidentally removed in
30c129e
  • Loading branch information
amaiorano committed Oct 25, 2023
1 parent 199c8f1 commit d0e3459
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ module.exports = function (grunt) {
cmd: 'node',
args: ['tools/gen_wpt_cts_html', 'tools/gen_wpt_cfg_chunked2sec.json'],
},
'generate-cache': {
cmd: 'node',
args: ['tools/gen_cache', 'out', 'src/webgpu'],
},
unittest: {
cmd: 'node',
args: ['tools/run_node', 'unittests:*'],
Expand Down

0 comments on commit d0e3459

Please sign in to comment.