Skip to content

Commit 5288269

Browse files
committed
update types as part of update
1 parent 8440f19 commit 5288269

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/update.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ async function main() {
2020
await execute('gclient', ['sync', '-D']);
2121
process.chdir(cwd);
2222

23+
await execute('npm', ['install', '--save', '@webgpu/types@latest']);
24+
2325
} catch (e) {
2426
console.error(e);
2527
console.error(e.stack);

0 commit comments

Comments
 (0)