From b80f3206c6417e15e15c482adc39cbfd0678c596 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Thu, 17 Aug 2023 16:59:46 -0400 Subject: [PATCH] Update RELEASE and CONTRIBUTING md files --- CONTRIBUTING.md | 12 ++++++------ RELEASE.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2087b13..e40fd04d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,18 +4,18 @@ * `git clone ` * `cd ember-element-helper` -* `yarn install` +* `pnpm install` ## Linting -* `yarn lint` -* `yarn lint:fix` +* `pnpm lint` +* `pnpm lint:fix` ## Running tests -* `yarn test` – Runs the test suite on the current Ember version -* `yarn test --server` – Runs the test suite in "watch mode" -* `yarn test:all` – Runs the test suite against multiple Ember versions +* `pnpm test` – Runs the test suite on the current Ember version +* `pnpm test --server` – Runs the test suite in "watch mode" +* `pnpm test:all` – Runs the test suite against multiple Ember versions ## Running the dummy application diff --git a/RELEASE.md b/RELEASE.md index 55e91ed6..7d79c6c9 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -31,7 +31,7 @@ Once the prep work is completed, the actual release is straight forward: * First, ensure that you have installed your projects dependencies: ```sh -yarn install +pnpm install ``` * Second, ensure that you have obtained a