We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c2688 commit 7dc2670Copy full SHA for 7dc2670
Makefile
@@ -45,6 +45,8 @@ clean:
45
build:
46
# TODO: update this to just `pnpm build` after resolving the astro-check warnings
47
pnpm run astro build
48
+ # NOTE: also let's find a better way to do this :D
49
+ find ./dist/_astro/ -iname '*.jpg' -delete
50
51
deploy:
52
@echo "\n\n**** Deploying branch '$(BRANCH)' (safe: $(SAFE_BRANCH)) to $(TARGET)...\n\n"
0 commit comments