Skip to content

Commit

Permalink
Update ember cli to 5.5 (#106)
Browse files Browse the repository at this point in the history
* Remove --ci-provider=travis (we work on github actions)

* update ember-cli v5.4.1...v5.5.0
  • Loading branch information
mkszepp authored Jan 15, 2024
1 parent aebc2d8 commit a9b69df
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 46 deletions.
105 changes: 77 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions test-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You will need the following things properly installed on your computer.

## Running / Development

* `ember serve`
* `npm run start`
* Visit your app at [http://localhost:4200](http://localhost:4200).
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).

Expand All @@ -30,8 +30,8 @@ Make use of the many generators for code, try `ember help generate` for more det

### Running Tests

* `ember test`
* `ember test --server`
* `npm run test`
* `npm run test:ember -- --server`

### Linting

Expand All @@ -40,8 +40,8 @@ Make use of the many generators for code, try `ember help generate` for more det

### Building

* `ember build` (development)
* `ember build --environment production` (production)
* `npm exec ember build` (development)
* `npm run build` (production)

### Deploying

Expand Down
5 changes: 2 additions & 3 deletions test-app/config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
"packages": [
{
"name": "ember-cli",
"version": "5.4.1",
"version": "5.5.0",
"blueprints": [
{
"name": "app",
"outputRepo": "https://github.com/ember-cli/ember-new-output",
"codemodsSource": "ember-app-codemods-manifest@1",
"isBaseBlueprint": true,
"options": [
"--no-welcome",
"--ci-provider=travis"
"--no-welcome"
]
}
]
Expand Down
Loading

0 comments on commit a9b69df

Please sign in to comment.