Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 608 Bytes

File metadata and controls

30 lines (19 loc) · 608 Bytes

wercker-step-npm-private-registry

Changes the registry to a private registry

Usage

Sets the npm-registry to http://registry.company.com.

- samverschueren/npm-private-registry:
    host: http://registry.mycompany.com

If you have to sign in, provide the credentials for the user.

- samverschueren/npm-private-registry:
    host: http://registry.mycompany.com
    auth_token: myAuthToken

The auth token can be found in the ~/.npmrc file after signing in at the private repository.

Author

License

MIT © Sam Verschueren