Skip to content

Commit

Permalink
chore: developer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jul 11, 2024
1 parent 4f8f958 commit 88b12c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,23 @@ npm run lint
You can also verify it per package:

```sh
npm run lint -w=projects/<package_name>
npm run lint -w projects/<package_name>
```

## Unit testing a package

Unit testing a package can be executed with the following command:

```sh
npm run test -w=projects/<package_name>
npm run test -w projects/<package_name>
```

## Building a package

Building a package can be executed with the following command:

```sh
npm run build -w=projects/<package_name>
npm run build -w projects/<package_name>
```

## Publishing a package to NPM repository
Expand Down

0 comments on commit 88b12c4

Please sign in to comment.