Skip to content

Commit 5f0000a

Browse files
committed
Improve build process.
1 parent 66b6904 commit 5f0000a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ check:
4242
pnpm run astro check
4343

4444
build:
45-
# TODO: update this to just `pnpm build` after resolving the astro-check warnings
46-
pnpm run astro build
45+
pnpm build
4746
# NOTE: also let's find a better way to do this :D
4847
find ./dist/_astro/ -iname '*.jpg' -delete
4948

0 commit comments

Comments
 (0)