Skip to content

Commit fadc0bf

Browse files
author
Robert Jackson
committed
Remove more yarn remnants
1 parent 83023f9 commit fadc0bf

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Lint
4545
run: npm run lint
4646
- name: Build
47-
run: yarn ember build --environment test
47+
run: npx ember build --environment test
4848
- name: Run test
4949
# Due to a bug in ember-cli, running `ember test` with `--path` doesn't set `EMBER_ENV=test`
5050
# See https://github.com/ember-cli/ember-cli/issues/8922

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
* `git clone <repository-url>`
66
* `cd ember-cli-head`
7-
* `yarn install`
7+
* `npm ci`
88

99
## Linting
1010

11-
* `yarn lint`
12-
* `yarn lint:fix`
11+
* `npm run lint`
12+
* `npm run lint:fix`
1313

1414
## Running tests
1515

tests/dummy/config/ember-cli-update.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"codemodsSource": "ember-addon-codemods-manifest@1",
1212
"isBaseBlueprint": true,
1313
"options": [
14-
"--yarn",
1514
"--no-welcome"
1615
]
1716
}

0 commit comments

Comments
 (0)