Skip to content

Commit 17a5636

Browse files
prettier
1 parent c8dd44a commit 17a5636

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/copyFiles.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ async function run() {
5151
}),
5252
);
5353

54-
const packageFile = await fs.readFile(path.resolve(packagePath, './package.json'), { encoding: 'utf-8' });
54+
const packageFile = await fs.readFile(path.resolve(packagePath, './package.json'), {
55+
encoding: 'utf-8',
56+
});
5557
const packageData = JSON.parse(packageFile);
5658
await addLicense(packageData);
5759
await removeBuildArtefacts();

0 commit comments

Comments
 (0)