Skip to content

Commit

Permalink
potential patch for 11ty not generating proper
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 authored Feb 21, 2024
1 parent 81ab36e commit 2ecece1
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 @@ -26,7 +26,7 @@
"start": "run-s start:*",
"start:11ty": "eleventy",
"start:docpad": "docpad run",
"build": "run-p build:*",
"build": "run-s build:*",
"build:docpad": "docpad generate --env static",
"build:11ty": "eleventy",
"test": "standard",
Expand Down

0 comments on commit 2ecece1

Please sign in to comment.