Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
Signed-off-by: drptbl <[email protected]>
  • Loading branch information
drptbl committed May 12, 2024
1 parent 786aa55 commit 55b39bc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ pnpm changeset version

3. Verify all the `package.json` and `CHANGELOG.md` files that were changed by the previous command.

4. Run `pnpm build`
4. Run `pnpm build` in root

5. Publish the packages by running:
5. Run `pnpm build` in `./release/`

6. Commit changes

7. Publish the packages by running:

```bash
# You might have to run this command twice if it fails to publish the `@synthetixio/synpress` package on the first run.
Expand Down

0 comments on commit 55b39bc

Please sign in to comment.