Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisben committed Oct 5, 2023
1 parent 5a3feaa commit 3c4ac93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/osuny.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ if (command === "dev") {
}

if (command === "build") {
execute("yarn upgrade");
execute("hugo");
execute("npm_config_yes=true npx pagefind --site 'public' --exclude-selectors '" + pagefindExclude + "'");
}
Expand Down

0 comments on commit 3c4ac93

Please sign in to comment.