@byuhbll/components 7.1.4 → 7.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,6 +14,8 @@ Run `ng build components` to build the project. The build artifacts will be stor
|
|
|
14
14
|
|
|
15
15
|
## Publishing
|
|
16
16
|
|
|
17
|
+
The library package version is usually kept aligned automatically by the local pre-commit hook and by tagged CI during publish. `npm run sync:library-version` is available from the repository root if you ever need to force it manually.
|
|
18
|
+
|
|
17
19
|
After building your library with `ng build components`, go to the dist folder `cd dist/components` and run `npm publish`.
|
|
18
20
|
|
|
19
21
|
## Running unit tests
|