Skip to content

Commit

Permalink
update a few more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
machty committed Feb 2, 2024
1 parent 2a073b1 commit 78422d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Contributing

This project uses `yarn` as a package manager. If you're adding a new dependency, ensure that the `yarn.lock` lockfile is updated and committed into your pull request.
This project uses `pnpm` as a package manager. If you're adding a new dependency, ensure that the `pnpm-lock.yaml` lockfile is updated and committed into your pull request.

## Addon Maintenance

### Installation

* `git clone` this repository
* `yarn install`
* `pnpm i`

### Running

Expand All @@ -16,7 +16,7 @@ This project uses `yarn` as a package manager. If you're adding a new dependency

### Running Tests

* `yarn test:ember-compatibility` (Runs `ember try:each` to test your addon against multiple Ember versions)
* `pnpm test:ember-compatibility` (Runs `ember try:each` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`

Expand All @@ -35,7 +35,7 @@ npx release-it
### Generate API Docs

TODO: use build pipeline.
* From addon root directory `yarn docs:build`
* From addon root directory `pnpm docs:build`
* View built docs in `tests/dummy/public/api`

### Publishing Guides and API Docs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@
},
"volta": {
"node": "16.19.0",
"yarn": "1.22.19"
"pnpm": "7.33.6"
}
}

0 comments on commit 78422d3

Please sign in to comment.