npm login --registry=https://npm.pkg.github.com --scope=@pagestudiocms
Username:
Password: <gitHub access token>
Email (optional):
Then run
npm publish
{ | |
"name": "pagestudio-node-development-server", | |
"version": "1.0.0", | |
"description": "PageStudio Node.js Server", | |
... anything else | |
"publishConfig": { | |
"registry": "https://npm.pkg.github.com/@pagestudiocms" | |
} | |
} |