nix package + small tweaks for release
This commit is contained in:
parent
4546105f21
commit
48b954c410
8 changed files with 121 additions and 19 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue