Skip to content

Commit 9385bee

Browse files
committed
docs: 📝 how-to use watch mode
1 parent c8d8008 commit 9385bee

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/design-tokens/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Build tokens for consumer apps:
1818
yarn tokens:build
1919
```
2020

21+
Optionaly, use "watch" mode for automatic builds on file changes:
22+
23+
```sh
24+
yarn tokens:build:watch
25+
```
26+
2127
## CSS Variable Prefix
2228

2329
All generated CSS variables use the `--cui-` prefix (Click UI). This prefix is defined in `config.js` to ensure consistent namespace variable names across all consumer client applications.

0 commit comments

Comments
 (0)