Skip to content

Commit

Permalink
Update releasing instructions about lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lavelle committed Oct 31, 2022
1 parent dcc2a7c commit a31c5f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ You'll be prompted to select the new version numbers for each package.

Use the version numbers that you chose in step #3.

### Step 7

```
yarn install && git add yarn.lock && git commit -m "Update lockfile" && git push
```

For some reason the lockfile gets out of sync after publishing, so run this command to update it, or the build will start failing.

#### Why is a private package appearing?

Private packages such as `www` will occasionally appear here. It is a bug in Lerna, the tool we use to publish our packages. Choose "Patch" for these packages.
Expand Down

0 comments on commit a31c5f7

Please sign in to comment.