Skip to content

Commit

Permalink
Change npx to npm for install
Browse files Browse the repository at this point in the history
  • Loading branch information
cy-by committed Jun 8, 2024
1 parent b27ea6b commit b261e38
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 @@ -4,7 +4,7 @@
"description": "A blog about tech and stuff.",
"main": "index.js",
"scripts": {
"install": "npx install",
"install": "npm install",
"serve": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy"
},
Expand Down

0 comments on commit b261e38

Please sign in to comment.