Skip to content

Commit e33eea3

Browse files
committed
Revert to using Yarn for now
A switch to npm (or Yarn 3 or pnpm) would all be good moves, but will also require updating the CI config. For the sake of being able to make consistent progress on upgrades, simply keep using Yarn for this piece.
1 parent f996d76 commit e33eea3

File tree

4 files changed

+15079
-72877
lines changed

4 files changed

+15079
-72877
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ locally yourself.
4242
```
4343
git clone https://github.com/ember-learn/ember-api-docs.git
4444
cd ember-api-docs
45-
npm install
45+
yarn install
4646
ember serve
4747
```
4848
View at http://localhost:4200
@@ -53,9 +53,9 @@ To run a11y tests, run `test_a11y=yes ember serve`
5353

5454
## Linting
5555

56-
* `npm run lint:hbs`
57-
* `npm run lint:js`
58-
* `npm run lint:js -- --fix`
56+
* `yarn run lint:hbs`
57+
* `yarn run lint:js`
58+
* `yarn run lint:js -- --fix`
5959

6060
## Staging and Deployment
6161

0 commit comments

Comments
 (0)