Skip to content

Commit

Permalink
feat: adding samples inside a samples folder
Browse files Browse the repository at this point in the history
  • Loading branch information
4lejandrito committed Oct 10, 2023
1 parent b336993 commit ab71d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ export async function initProject(cwd = ".") {
)} --dev fetchbook@^${version}`;
await copy(
path.join(__dirname, "..", "examples"),
path.join(cwd, "fetchbook"),
path.join(cwd, "fetchbook", "samples"),
);
}

0 comments on commit ab71d89

Please sign in to comment.