Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Dec 30, 2024
1 parent c8dd44a commit 17a5636
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/copyFiles.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ async function run() {
}),
);

const packageFile = await fs.readFile(path.resolve(packagePath, './package.json'), { encoding: 'utf-8' });
const packageFile = await fs.readFile(path.resolve(packagePath, './package.json'), {
encoding: 'utf-8',
});
const packageData = JSON.parse(packageFile);
await addLicense(packageData);
await removeBuildArtefacts();
Expand Down

0 comments on commit 17a5636

Please sign in to comment.