We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e25611 commit 0645b64Copy full SHA for 0645b64
src/commands/optimize.ts
@@ -907,7 +907,7 @@ export const optimize: CliSubcommand = {
907
[wrapperPath, 'install', '--silent'],
908
npmSpawnOptions
909
)
910
- // TODO: This is a temporary workaround for an `npm ci` bug where it
+ // TODO: This is a temporary workaround for a `npm ci` bug where it
911
// will error out after Socket Optimize generates a lock file. More
912
// investigation is needed.
913
await spawn(
0 commit comments