nix package + small tweaks for release

This commit is contained in:
outfoxxed 2024-11-09 01:09:07 -08:00
parent 4546105f21
commit 48b954c410
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
8 changed files with 121 additions and 19 deletions

View file

@ -13,8 +13,8 @@ export default function pagefind(): AstroIntegration {
const relativeDir = relative(cwd, targetDir);
return new Promise<void>(resolve => {
spawn(
"yarn dlx",
["-q", "pagefind", "--site", relativeDir],
"yarn",
["pagefind", "--site", relativeDir],
{
stdio: "inherit",
shell: true,