Skip to content

Commit

Permalink
support for npx
Browse files Browse the repository at this point in the history
  • Loading branch information
ReduxFlakes authored Jun 14, 2024
1 parent c642323 commit 98aa8bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"main": "index.js",
"scripts": {
"start": "bunx eleventy --serve",
"build": "bunx eleventy"
"build": "bunx eleventy",
"build:deploy": "npx eleventy"
},
"keywords": [],
"author": "ReduxFlakes",
Expand Down

0 comments on commit 98aa8bc

Please sign in to comment.