Skip to content

Commit

Permalink
fix bug for privte app sandbox accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenrodgers committed Apr 16, 2024
1 parent d462f3b commit 37eab38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli/commands/project/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ exports.handler = async options => {
accountConfig,
env
);
// We will be running our tests against this new sandbox account
targetTestingAccountId = targetProjectAccountId;
}
if (createNewDeveloperTestAccount) {
targetTestingAccountId = await createDeveloperTestAccountForLocalDev(
Expand Down

0 comments on commit 37eab38

Please sign in to comment.