Skip to content

Commit 7557da2

Browse files
Merge pull request #109 from tildeio/update-release-instructions
Update RELEASE and CONTRIBUTING md files
2 parents 8e40e4c + b80f320 commit 7557da2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CONTRIBUTING.md

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

55
* `git clone <repository-url>`
66
* `cd ember-element-helper`
7-
* `yarn install`
7+
* `pnpm install`
88

99
## Linting
1010

11-
* `yarn lint`
12-
* `yarn lint:fix`
11+
* `pnpm lint`
12+
* `pnpm lint:fix`
1313

1414
## Running tests
1515

16-
* `yarn test` – Runs the test suite on the current Ember version
17-
* `yarn test --server` – Runs the test suite in "watch mode"
18-
* `yarn test:all` – Runs the test suite against multiple Ember versions
16+
* `pnpm test` – Runs the test suite on the current Ember version
17+
* `pnpm test --server` – Runs the test suite in "watch mode"
18+
* `pnpm test:all` – Runs the test suite against multiple Ember versions
1919

2020
## Running the dummy application
2121

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Once the prep work is completed, the actual release is straight forward:
3131
* First, ensure that you have installed your projects dependencies:
3232

3333
```sh
34-
yarn install
34+
pnpm install
3535
```
3636

3737
* Second, ensure that you have obtained a

0 commit comments

Comments
 (0)