Skip to content

Commit

Permalink
now just generate icons locally
Browse files Browse the repository at this point in the history
  • Loading branch information
YosephKS committed Apr 29, 2024
1 parent 214303a commit 6967bd7
Show file tree
Hide file tree
Showing 6 changed files with 3,447 additions and 837 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
- name: Install dependencies
uses: ./.github/actions/install-dependencies

- name: Generate Icons
run: pnpm clean:icons && pnpm gen:icons

- name: Build
run: pnpm build

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ create-frog/templates
node_modules
site/dist
src/ui/.frog
src/ui/icons.ts
tsconfig.*.tsbuildinfo
tsconfig.tsbuildinfo
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"changeset:release": "pnpm build && changeset publish",
"changeset:version": "changeset version && pnpm install --lockfile-only && bun .scripts/postversion.ts",
"clean": "rimraf src/_lib src/ui/.frog src/tsconfig.build.tsbuildinfo",
"clean:icons": "rimraf src/ui/icons.ts",
"create-frog": "node --import tsx ./create-frog/bin.ts",
"docs:dev": "pnpm --filter site dev",
"docs:build": "pnpm --filter site build",
Expand Down
Loading

0 comments on commit 6967bd7

Please sign in to comment.