Skip to content

Commit

Permalink
fix(icon): fix issue with running renew.bash in GitHub Actions CI env…
Browse files Browse the repository at this point in the history
…ironment (#183)
  • Loading branch information
SWARVY committed Jul 30, 2024
1 parent c59c268 commit c7e7925
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/icon/renew.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

BASE_DIR="src"
SUB_DIRS=("color" "outline" "solid")
SUB_SUB_DIRS=("svg" "react")
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7e7925

Please sign in to comment.