Skip to content

Commit

Permalink
Update npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Jan 10, 2024
1 parent 0823393 commit 3259247
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 @@ -15,7 +15,7 @@
"create-search-index": "npx pagefind --site \"_site\" --glob \"{docs,blog}/**/*.html\"",
"get-new-data": "rm -rf ./src/_data/builtwith/ && npx degit github:11ty/11ty-community/built-with-eleventy src/_data/builtwith/",
"get-new-supporters": "eleventy && node node-supporters",
"format": "prettier --write '**/*.{js,css,html,md}'"
"format": "prettier . --write"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3259247

Please sign in to comment.