Skip to content

Commit

Permalink
fix generate
Browse files Browse the repository at this point in the history
  • Loading branch information
ericanderson committed Jul 31, 2024
1 parent 579b4a4 commit d2aab70
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ async function setup() {
await safeStat(testAppDir, "should not exist");
await safeStat(testApp2Dir, "should not exist");

await fs.mkdir(dir, { recursive: true });

const generatePackageCommand = new GeneratePackageCommand();
await generatePackageCommand.handler({
packageName: "@test-app/osdk",
Expand Down

0 comments on commit d2aab70

Please sign in to comment.