Skip to content

Commit

Permalink
fix ember-cli-update options for ts-app-template
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Oct 25, 2023
1 parent 0a18853 commit b71cb85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/ts-app-template/config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"codemodsSource": "ember-app-codemods-manifest@1",
"isBaseBlueprint": true,
"options": [
"--ci-provider=github"
"--ci-provider=github",
"--typescript",
"--pnpm",
"--no-welcome"
]
}
]
Expand Down

0 comments on commit b71cb85

Please sign in to comment.