From 1281ee140066822ddf48d074c52eae54bdc84786 Mon Sep 17 00:00:00 2001 From: Antonio Maiorano Date: Wed, 25 Oct 2023 12:04:34 -0400 Subject: [PATCH] Add back generate-cache grunt command (#3091) This was accidentally removed in https://github.com/gpuweb/cts/commit/30c129e2ed4a61149eeb697d8abd6cb155b3e70f --- Gruntfile.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 51b4971a06bf..9bb14e2f14c2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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:*'],