Skip to content

Commit 0ea3b5d

Browse files
authored
fix build script (#20)
1 parent 1734cfe commit 0ea3b5d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/violet-needles-sober.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tokens-studio/icons": patch
3+
---
4+
5+
Fixes build script to regenerate

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Install Dependencies
2727
run: npm ci
2828

29+
- name: Regenerate Icons
30+
run: npm run regenerate
31+
2932
- name: Build packages
3033
run: npm run build
3134

0 commit comments

Comments
 (0)