Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Feb 10, 2025
1 parent 408f118 commit 59e7be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .internal/tests/Basetest.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class BaseTest {

const child =
process.env.IS_LOCAL === "false"
? exec("npx create-app-foundation@1.0.15")
? exec("npx create-app-foundation@latest")
: exec("DEBUG=true create-app-foundation");

child.stdout.on("data", (data) => {
Expand Down

0 comments on commit 59e7be4

Please sign in to comment.