Skip to content

Commit d0c57f6

Browse files
committed
fix: cherry-pick
1 parent 1bf1466 commit d0c57f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const main = async () => {
1515
shell("yarn tsc -p tsconfig.esm.json"),
1616
]);
1717

18-
await cherryPick({ inputDir: "../src", cwd: path.join(__dirname, "../lib"), typesDir: "./$types", cjsDir: "./$cjs", esmDir: "./$esm" });
18+
await cherryPick({ inputDir: "../src", cwd: "./lib", typesDir: "./$types", cjsDir: "./$cjs", esmDir: "./$esm" });
1919

2020
const outputList = fs.readdirSync("./lib");
2121

0 commit comments

Comments
 (0)