Skip to content

Commit 927dbc8

Browse files
committed
update to v5.8 with ember-cli-update
# Conflicts: # .github/workflows/ci.yml # README.md # tests/dummy/config/ember-try.js
1 parent 06e0ca9 commit 927dbc8

File tree

9 files changed

+569
-181
lines changed

9 files changed

+569
-181
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/blueprints/*/files/
33

44
# compiled output
5+
/declarations/
56
/dist/
67

78
# misc

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
- ember-lts-4.4
8888
- ember-lts-4.8
8989
- ember-lts-4.12
90+
- ember-lts-5.4
9091
- ember-release
9192
- ember-beta
9293
- ember-canary

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
/ember-cli-build.js
2424
/testem.js
2525
/tests/
26+
/tsconfig.declarations.json
27+
/tsconfig.json
2628
/yarn-error.log
2729
/yarn.lock
2830
.gitkeep

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
## Running tests
1515

16-
* `ember test` – Runs the test suite on the current Ember version
17-
* `ember test --server` – Runs the test suite in "watch mode"
18-
* `ember try:each` – Runs the test suite against multiple Ember versions
16+
* `npm run test` – Runs the test suite on the current Ember version
17+
* `npm run test:ember -- --server` – Runs the test suite in "watch mode"
18+
* `npm run test:ember-compatibility` – Runs the test suite against multiple Ember versions
1919

2020
## Running the dummy application
2121

22-
* `ember serve`
22+
* `npm run start`
2323
* Visit the dummy application at [http://localhost:4200](http://localhost:4200).
2424

2525
For more information on using ember-cli, visit [https://cli.emberjs.com/release/](https://cli.emberjs.com/release/).

0 commit comments

Comments
 (0)