Skip to content

Commit 08538ca

Browse files
committed
use npm instead of yarn
1 parent 9745a4b commit 08538ca

File tree

5 files changed

+73811
-15584
lines changed

5 files changed

+73811
-15584
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ terraform.tfstate.backup
3232
public/json-docs/
3333
public/rev-index/
3434

35-
package-lock.json
36-
3735

3836
browserstack-local.pid
3937
local.log

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-
yarn install
45+
npm 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-
* `yarn run lint:hbs`
57-
* `yarn run lint:js`
58-
* `yarn run lint:js -- --fix`
56+
* `npm run lint:hbs`
57+
* `npm run lint:js`
58+
* `npm run lint:js -- --fix`
5959

6060
## Staging and Deployment
6161

0 commit comments

Comments
 (0)