fix(browser): Install latest version of @types/chrome

This commit is contained in:
Aaron
2025-03-28 11:00:58 -05:00
parent 7fd171acb5
commit 5b7b16efba
+1 -1
View File
@@ -7,7 +7,7 @@ import { sep as posixSep } from 'node:path/posix';
// Fetch latest version
console.log('Getting latest version of \x1b[36m@types/chrome\x1b[0m');
await spawn('pnpm', ['i', '--ignore-scripts', '-D', '@types/chrome']);
await spawn('pnpm', ['i', '--ignore-scripts', '-D', '@types/chrome@latest']);
// Generate new package.json