csd-common-services
v7.2.4
Published
Common Services Package for OCS
Downloads
1
Readme
csd-common-services
Repo is for maintaining common code between the repositories
Login into AWS code-artifact
Use the following command to login.
npm run login:aws-codeartifact
For every 12 hours the login session will expire. Re-login, to access the package again
Publish the package
Code is packaged and published onto AWS code artifact.
npm publish
Alternatively, use the following command to login (if not already logged in) and publish to AWS code artifact
npm run publish:aws-codeartifact
Usage
After successful log in, use following command to install the package in the repository
npm install csd-common-services@latest
Note:
Please update the version manually in the package.json
Export the file(s) by adding the statement(s) in index.ts, whenever a new file is added.