We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8440f19 commit 5288269Copy full SHA for 5288269
build/update.js
@@ -20,6 +20,8 @@ async function main() {
20
await execute('gclient', ['sync', '-D']);
21
process.chdir(cwd);
22
23
+ await execute('npm', ['install', '--save', '@webgpu/types@latest']);
24
+
25
} catch (e) {
26
console.error(e);
27
console.error(e.stack);
0 commit comments