Skip to content

Commit 9caa8a1

Browse files
committed
Fix formatting
1 parent 0a69f56 commit 9caa8a1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/browser/scripts/generate.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ import { sep as posixSep } from 'node:path/posix';
77
// Fetch latest version
88

99
console.log('Getting latest version of \x1b[36m@types/chrome\x1b[0m');
10-
await spawn('bun', ['install', '--ignore-scripts', '-D', '@types/chrome@latest']);
10+
await spawn('bun', [
11+
'install',
12+
'--ignore-scripts',
13+
'-D',
14+
'@types/chrome@latest',
15+
]);
1116

1217
// Generate new package.json
1318

0 commit comments

Comments
 (0)