Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 864 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 864 Bytes

@hwsc/hwsc-api-blocks

An npm package that contains proto client stubs for all services for hwsc-frontend

Installation

  1. $ npm i @hwsc/hwsc-api-blocks

Requirement

  1. Create an account with www.npmjs.com
  2. Get an admin to add you to hwsc npm organization
  3. Login to your account and follow prompt through your CLI: $npm login

Update npm package

  1. Make sure you npm login to your account
  2. Increment version* number in package.json located in hwsc-api-blocks/protobuf/
  3. At root of hwsc-api-blocks run the script npm_package_protos.sh
  • Version has to be incremented to push an updated package to npm, because the same package name + version cannot be reused.

Resources

Creating and publishing an Org scoped package