Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Jun 4, 2024
1 parent 581c978 commit 64ee5b7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/brown-suns-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sku': patch
---

Update all `@vocab/*` dependencies
13 changes: 13 additions & 0 deletions .changeset/olive-monkeys-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'sku': minor
---

Add support for `--watch` flag to `sku translations compile`

The `sku translations compile` command now accepts a `--watch` flag. When this flag is provided, `translations.json` files will be re-compiled whenever changes are detected.

**EXAMPLE USAGE**:

```sh
sku translations compile --watch
``````

0 comments on commit 64ee5b7

Please sign in to comment.