@ws-ui/icons 0.2.2 → 0.2.3

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,25 +1,7 @@
1
- # Get Icons
1
+ # icons
2
2
 
3
- - to get the icons please add a `.secrets.env` to the root folder of the project with `TD_USERNAME` and `TD_PASSWORD`
3
+ This library was generated with [Nx](https://nx.dev).
4
4
 
5
- - download and lint the new icons by running
5
+ ## Running unit tests
6
6
 
7
- ```bash
8
- npm run download:icons
9
- ```
10
-
11
- - to work locally with this icons in webstudio run
12
-
13
- ```bash
14
- yalc publish
15
- ```
16
-
17
- on this project and run
18
-
19
- ```bash
20
- yalc add @ws-ui/icons
21
- ```
22
-
23
- in webstudio
24
-
25
- - please bump the version on `package.json` so the package gets published locally
7
+ Run `nx test icons` to execute the unit tests via [Vitest](https://vitest.dev/).