Skip to content

Commit

Permalink
get logged in
Browse files Browse the repository at this point in the history
  • Loading branch information
b1conrad authored Jul 29, 2023
1 parent 87f15ac commit 9d19d5b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions npm-publish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,24 @@ Would remove packages/pico-engine/node_modules/

If we see any other files in there, they should be removed before publishing.

### Step 5½

Be sure that you are logged in to `npm` before proceeding. Otherwise a commit will occur and have to be reverted.

To determine that you are logged in to `npm` run this command:

```
npm whoami
```

If you need to login, run this command:

```
npm adduser
```

and follow instructions. Once logged in to `npm` proceed to step 6.

### Step 6

Now we are ready to publish!
Expand Down

0 comments on commit 9d19d5b

Please sign in to comment.