Skip to content

Commit

Permalink
Remove newline@
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Nov 14, 2024
1 parent cd52e21 commit 332df1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/scripts/build-examples.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ export const build = (env = {}) => {

const scriptPath = resolve(path, `${exampleNameKebab}.${file}`);
let script = fs.readFileSync(scriptPath, 'utf-8');

if (/\.(?:mjs|js)$/.test(file)) {
script = patchScript(script);
}
Expand Down

0 comments on commit 332df1f

Please sign in to comment.