Skip to content

Commit

Permalink
chore: cleanup before copy (#7698)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Jun 10, 2024
1 parent a7d41e5 commit 2ba56ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-update-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- name: Copy design tokens icons
- name: Copy flags from design tokens icons
run: |
mkdir -p ./projects/icons/src/flags
rm -rf ./projects/icons/src/flags && mkdir -p ./projects/icons/src/flags
cp -R ./node_modules/@taiga-ui/design-tokens/icons/flags/* ./projects/icons/src/flags
npx prettier ./projects/icons/src/flags --write
- run: |
Expand Down

0 comments on commit 2ba56ac

Please sign in to comment.