Skip to content

Commit 7dc2670

Browse files
committed
remove original jpg files from dist
1 parent e2c2688 commit 7dc2670

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ clean:
4545
build:
4646
# TODO: update this to just `pnpm build` after resolving the astro-check warnings
4747
pnpm run astro build
48+
# NOTE: also let's find a better way to do this :D
49+
find ./dist/_astro/ -iname '*.jpg' -delete
4850

4951
deploy:
5052
@echo "\n\n**** Deploying branch '$(BRANCH)' (safe: $(SAFE_BRANCH)) to $(TARGET)...\n\n"

0 commit comments

Comments
 (0)