Skip to content

Commit

Permalink
Add documentation on publishing metapackages (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish authored Apr 12, 2024
1 parent d328c12 commit d3f7dcc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/metapackages.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,12 @@ Drainpipe comes with packages that are published to npm:
ddev yarn add focus-trap
```
- Run commands from `Taskfile.yml` e.g. `ddev task javascript`, `ddev task sass`

## Publishing Changes
- Make sure your user has access to the lullabot org on npm
- Check out a new branch and bump the version numbers in the metapackage's
`package.json` files
- Commit the changes
- Run `yarn lerna publish`
- Enter your OTP for npm
- Once published, push the branch to GitHub and merge

0 comments on commit d3f7dcc

Please sign in to comment.