Skip to content

Commit

Permalink
Update package.json scripts for image retrieval and generation
Browse files Browse the repository at this point in the history
  • Loading branch information
hello8693 committed Oct 7, 2024
1 parent bb993ce commit bfa37ea
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"private": true,
"type": "module",
"scripts": {
"dev": "node generateImageList.cjs && vite",
"prebuild": "node generateImageList.cjs",
"getphotos": "rm -rf temp_repo public/imgs && git clone https://github.com/ClassIsland/classisland-hub temp_repo && mkdir public/imgs && cp -r temp_repo/images/* public/imgs/ && rm -rf temp_repo",
"dev": "pnpm getphotos && node generateImageList.cjs && vite",
"prebuild": "pnpm getphotos && node generateImageList.cjs",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
Expand Down
Binary file removed public/imgs/H e l l o W 装 直 升 机 C.png
Binary file not shown.
Binary file removed public/imgs/W R C 的 春 梦.png
Binary file not shown.
Binary file removed public/imgs/先 斩 后 奏.png
Binary file not shown.
Binary file removed public/imgs/哦~我爱你.png
Binary file not shown.
Binary file removed public/imgs/好像有人半个月没做艾了.jpg
Binary file not shown.
Binary file removed public/imgs/录录我的.png
Binary file not shown.
Binary file removed public/imgs/我要发cihub挂你.png
Binary file not shown.
Binary file removed public/imgs/新时代自行车.png
Binary file not shown.
Binary file removed public/imgs/落雪无痕的呆毛好可爱.jpg
Binary file not shown.
Binary file removed public/imgs/逗比日常发疯.png
Binary file not shown.
Binary file removed public/imgs/都是群友设的精.png
Binary file not shown.
Binary file removed public/imgs/香 草 W R C.png
Binary file not shown.

0 comments on commit bfa37ea

Please sign in to comment.