Skip to content

Commit

Permalink
ci: fix merged sorting error
Browse files Browse the repository at this point in the history
  • Loading branch information
windchime-yk committed Jul 3, 2024
1 parent 6125436 commit b36acb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export const getJsrVersionConfig = (version: string) => ({
export const mergeConfigFile = async (jsrConfig: { version: string }) => {
const configFileData = JSON.parse(await Deno.readTextFile(CONFIG_FILE_NAME));
const mergedConfigFileData = {
...jsrConfig,
...configFileData,
...jsrConfig,
};

return {
Expand Down

0 comments on commit b36acb3

Please # to comment.