Couple small fixes for Windows

This commit is contained in:
Gregory Schier
2025-12-05 10:18:21 -08:00
parent 3b99ea1cad
commit daba21fbca
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ if (version.startsWith('wasm-pack ')) {
}
console.log('Installing wasm-pack via cargo...');
execSync('cargo install wasm-pack', { stdio: 'inherit' });
execSync('cargo install wasm-pack --locked', { stdio: 'inherit' });
function tryExecSync(cmd) {
try {