Skip to content

Commit 7c448fe

Browse files
committed
refactor(scripts): use single-line array format in update script
1 parent b4d9d15 commit 7c448fe

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

scripts/update.mjs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,7 @@ async function main() {
6464

6565
const socketResult = await spawn(
6666
'pnpm',
67-
[
68-
'update',
69-
'@socketsecurity/*',
70-
'@socketregistry/*',
71-
'--latest',
72-
'-r',
73-
],
67+
['update', '@socketsecurity/*', '@socketregistry/*', '--latest', '-r'],
7468
{
7569
shell: WIN32,
7670
stdio: quiet ? 'pipe' : 'inherit',

0 commit comments

Comments
 (0)