-
-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f23bd6
commit be4cc94
Showing
13 changed files
with
14,134 additions
and
35,722 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,22 +47,22 @@ issue's number to the description of your pull-request. | |
|
||
- `git clone [email protected]:adopted-ember-addons/ember-changeset.git` | ||
- `cd ember-changeset` | ||
- `npm install` | ||
- `pnpm install` | ||
|
||
## Linting | ||
|
||
- `npm run lint` | ||
- `npm run lint:fix` | ||
- `pnpm lint` | ||
- `pnpm lint:fix` | ||
|
||
## Running tests | ||
|
||
- `npm run test` – Runs the test suite on the current Ember version | ||
- `npm run test:ember -- --server` – Runs the test suite in "watch mode" | ||
- `npm run test:ember-compatibility` – Runs the test suite against multiple Ember versions | ||
- `pnpm test` – Runs the test suite on the current Ember version | ||
- `pnpm test:ember --server` – Runs the test suite in "watch mode" | ||
- `pnpm test:ember-compatibility` – Runs the test suite against multiple Ember versions | ||
|
||
## Running the dummy application | ||
|
||
- `npm run start` | ||
- `pnpm start` | ||
- Visit the dummy application at [http://localhost:4200](http://localhost:4200). | ||
|
||
For more information on using ember-cli, visit [https://cli.emberjs.com/release/](https://cli.emberjs.com/release/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.