@ws-ui/icons 0.2.3 → 1.1.1

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 CHANGED
@@ -1,7 +1,9 @@
1
- # icons
1
+ # Get Icons
2
2
 
3
- This library was generated with [Nx](https://nx.dev).
3
+ - to get the icons please add a `.secrets.env` to the root folder of the project with `TD_USERNAME` and `TD_PASSWORD`
4
4
 
5
- ## Running unit tests
5
+ - download and lint the new icons by running
6
6
 
7
- Run `nx test icons` to execute the unit tests via [Vitest](https://vitest.dev/).
7
+ ```bash
8
+ npm run download:icons
9
+ ```