Skip to content

Commit

Permalink
added instructions on how to publish on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
aubreyquinn committed Sep 8, 2023
1 parent d999e16 commit bffb053
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions HOW_TO_PUBLISH_ON_NPM.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# How to Publish on NPM

## Commands

```sh
npm publish --scope @microsoft --access=public
npm login --scope @microsoft
```

0 comments on commit bffb053

Please sign in to comment.