Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna committed Nov 13, 2024
1 parent 9f37712 commit 6b8d618
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Some tests depend on other packages to be installed, so these steps are also req
Each of these commands can also be run in individual packages, as long as the initial install and compile are done first in the root directory.

If you're going to work on a single package and want to quickly jump into its development you can make use of the `focus` script. This scritp will run
the necessary tasks to have only that package ready for development saving time. FOr example if you want to work with `@opentelemetry/resource-detector-aws`
the necessary tasks to have only that package ready for development saving time. For example, if you want to work with `@opentelemetry/resource-detector-aws`
run the following command in the root folder

```sh
Expand All @@ -140,7 +140,7 @@ npm run focus @opentelemetry/resource-detector-aws
> NX Successfully ran target compile for project @opentelemetry/resource-detector-aws and 3 tasks it depends on (7s)
```

Once the command is done you can `cd` into the package and start using the ussual commands.
Once the command is done you can `cd` into the package and start using the usual commands.

### CHANGELOG

Expand Down
2 changes: 1 addition & 1 deletion scripts/publish-to-npm.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* - [X] checks package versions directly from the `pacakge.json` files (from-package)
* - [X] filters out all private repos (--no-private)
* - [X] does not create tags o push anything (--no-push & --no-git-tag-version)
* - [X] does not any extra request to verify access tokens (--no-verify-access)
* - [X] does not do any extra request to verify access tokens (--no-verify-access)
* - [X] does not ask for confirmation (--yes)
*/

Expand Down

0 comments on commit 6b8d618

Please sign in to comment.