Skip to content

Commit

Permalink
Extra docs about publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofVDB1 committed Nov 26, 2024
1 parent 5b55125 commit e64cd1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ To publish a new version of a package, you can use the following command:
lerna publish
```

Or if you want to publish a new version of a specific package:

```bash
cd packages/<package-name>
npm publish --access public
```

## Copyright

This code is copyrighted by [Digitaal Vlaanderen](https://www.vlaanderen.be/digitaal-vlaanderen) and released under the [MIT license](./LICENSE)

0 comments on commit e64cd1d

Please sign in to comment.