You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,12 +90,8 @@ pnpm test:types
90
90
The `cli/` workspace contains a local connector that enables authenticated npm operations from the web UI. It runs on your machine and uses your existing npm credentials.
91
91
92
92
```bash
93
-
# run the connector in dev mode
94
-
pnpm --filter @npmx/connector dev
95
-
96
-
# or build and run the production version
97
-
pnpm --filter @npmx/connector build
98
-
node cli/dist/cli.mjs
93
+
# run the connector from the root of the repository
94
+
pnpm npmx-connector
99
95
```
100
96
101
97
The connector will check your npm authentication, generate a connection token, and listen for requests from npmx.dev.
0 commit comments