Skip to content

Commit 878d01f

Browse files
committed
Ran prettier:write
1 parent 14ce477 commit 878d01f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/node-addon-examples/scripts/copy-examples.mts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ console.log("Copying files to", EXAMPLES_DIR);
5757

5858
const require = createRequire(import.meta.url);
5959

60-
const EXAMPLES_PACKAGE_PATH = require.resolve(
61-
"node-addon-examples/package.json",
62-
);
60+
const EXAMPLES_PACKAGE_PATH =
61+
require.resolve("node-addon-examples/package.json");
6362
const SRC_DIR = path.join(path.dirname(EXAMPLES_PACKAGE_PATH), "src");
6463
console.log("Copying files from", SRC_DIR);
6564

0 commit comments

Comments
 (0)