From eb5a291c8b9cbfae96f306e153387e720a7baa72 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 15 Jul 2020 18:02:30 -0700 Subject: [PATCH] Update RELEASE_PROCESS.md --- RELEASE_PROCESS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 0b54b262..f347dcf3 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -46,6 +46,11 @@ ``` npm run package -- darwin --sign + ``` + + Move the `.zip` and `.dmg` file somewhere because the next step wipes the `dist/` folder away. + + ``` npm run package -- linux --sign ```