2.0.0 • Published 8 months ago
nc-sc-1 v2.0.0
NcShared
Building
To build the library, run:
ng build nc-shared
This command will compile your project, and the build artifacts will be placed in the dist/
directory.
Publishing the Library
Once the project is built, you can publish your library by following these steps:
Navigate to the
dist
directory:cd dist/nc-shared
Update "version" inside
package.json
file.Run the
npm publish
command to publish your library to the npm registry:npm publish