Skip to content

Commit 1497fe3

Browse files
committed
docs: update release process instructions
1 parent dc54207 commit 1497fe3

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

docs/release_process.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,14 @@ what's wrong.
8282
### 6. Publish to npm
8383

8484
```sh
85-
npm publish
85+
# ensure you are logged in
86+
npm whoami
87+
88+
# check the output
89+
npm publish --dry-run
90+
91+
# actually publish
92+
npm publish --access=public
8693
```
8794

8895
Your working tree will be dirty at this point (because `build-release.js`

0 commit comments

Comments
 (0)