From 55b39bc4f93828f78e1dad01c8abbea93c1163ac Mon Sep 17 00:00:00 2001 From: drptbl Date: Sun, 12 May 2024 20:49:55 +0200 Subject: [PATCH] docs: update Signed-off-by: drptbl --- DEPLOYMENT.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index 341233414..8977793b5 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -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.