Skip to content

Commit

Permalink
fix: user better deno apis Co-authored-by: uncenter <47499684+uncente…
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Dec 13, 2023
1 parent 9f2716b commit 95efe1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/import-styles/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ for (let i = 0; i < entries.length; i++) {
data += final + closingTag;
}

Deno.writeFile("compiled.json", new TextEncoder().encode(data))
Deno.writeTextFile("compiled.json", data)

// if any files are missing, cause the workflow to fail
if (await checkForMissingFiles() === false) {
Expand Down

0 comments on commit 95efe1c

Please sign in to comment.