Skip to content

Commit

Permalink
CMDCT-4324 - gets run local not needing credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
peoplespete committed Feb 10, 2025
1 parent 479e05b commit 36ce3f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,7 @@ async function list_topics(options: { stage: string | undefined }) {
* All valid arguments to dev should be enumerated here, this is the entrypoint to the script
*/
yargs(process.argv.slice(2))
.command("local", "run system locally", {}, () => {
run_all_locally();
})
.command("local", "run system locally", {}, run_all_locally)
.command(
"test",
"run all tests",
Expand Down
2 changes: 0 additions & 2 deletions src/slsV4BucketPolicies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,3 @@ export async function addSlsBucketPolicies() {
}
}
}

addSlsBucketPolicies();

0 comments on commit 36ce3f2

Please sign in to comment.