Skip to content

Commit

Permalink
feat: add build-dataset script to get favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingyu521 committed Jul 16, 2024
1 parent 8e124ee commit ba166e9
Show file tree
Hide file tree
Showing 30 changed files with 2,801 additions and 763 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: check & build new logos
run: pnpm build:logos
- name: Build Project
env:
VITE_API_HOST: ${{ secrets.VITE_API_HOST }}
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"scripts": {
"dev": "vite",
"build": "vite-ssg build",
"build:dataset": "tsx scripts/build-dataset.ts",
"preview": "vite preview",
"analyze": "cross-env ANALYZE=true pnpm build",
"release": "npx bumpp",
Expand All @@ -27,14 +28,19 @@
"@iconify-json/fa": "^1.1.8",
"@liuxingyu521/eslint-config": "^2.0.0",
"@originjs/vite-plugin-content": "1.0.5",
"@types/node": "^20.14.10",
"@vitejs/plugin-vue": "5.0.4",
"@vueuse/head": "^2.0.0",
"cross-env": "^7.0.3",
"eslint": "9.2.0",
"eslint-plugin-n": "^17.4.0",
"got": "^14.4.1",
"less": "4.2.0",
"ora": "^8.0.1",
"parse-favicon": "^7.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.16.2",
"typescript": "5.4.5",
"unocss": "^0.59.4",
"unplugin-auto-import": "0.17.5",
Expand Down
Loading

0 comments on commit ba166e9

Please sign in to comment.