Skip to content

Commit

Permalink
chore: temp disable pagefind
Browse files Browse the repository at this point in the history
  • Loading branch information
Fupete committed Sep 26, 2024
1 parent 1c2d540 commit 5e5dff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5e5dff0

Please sign in to comment.