Skip to content

Commit

Permalink
Re-add npx
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaVerou authored Nov 28, 2023
1 parent a8877af commit be13057
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 @@ -11,7 +11,7 @@
"watch:html": "npx @11ty/eleventy --config=_build/.eleventy.cjs --watch",
"watch": "npm run watch:html",
"build:docs": "npx typedoc --out docs src/",
"build:js": "rollup -c"
"build:js": "npx rollup -c"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit be13057

Please sign in to comment.