Skip to content

Commit

Permalink
Fix build site target (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopgrassi authored Apr 30, 2024
1 parent 164c0cb commit abf786e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ recipedb:

# Prod build of the website
.PHONY: site
site:
site: recipedb
npm --prefix src/site install
npm --prefix src/site run build
cd src/site && zip -r build.zip build

Expand Down
Loading

0 comments on commit abf786e

Please sign in to comment.