diff --git a/package.json b/package.json index 6efd4edf..298c313a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "serve": "npx @11ty/eleventy --serve", "bench": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy", "build": "env NODE_ENV=production npx @11ty/eleventy", - "postbuild": "env NODE_ENV=production npx pagefind --site _site --glob '**/*.html'", + "pTEMPostbuild": "env NODE_ENV=production npx pagefind --site _site --glob '**/*.html'", "clean": "del-cli _site", "format:style": "stylelint --allow-empty-input '**/*.{css,scss}' --fix", "format:md": "prettier '**/*.md' --write && eslint '**/*.md' --fix",