Skip to content

Commit

Permalink
chore(check-flow-libs): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
moklick committed Jun 17, 2024
1 parent 97d43ef commit dcc7492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-flow-libs/flow-lib-updater.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export async function FlowLibUpdater({ siteName, packageName, envKey }) {
return;
}

envParsed[versionKey] = latestNpmVersion;
envParsed[envKey] = latestNpmVersion;

const envUpdated = stringifyEnv(envParsed);

Expand Down

0 comments on commit dcc7492

Please sign in to comment.