From 98aa8bcd6533e25cdb1b2ee1b152b897bd1658bf Mon Sep 17 00:00:00 2001 From: ReduxFlakes <87225951+ReduxFlakes@users.noreply.github.com> Date: Fri, 14 Jun 2024 23:26:36 +0100 Subject: [PATCH] support for npx --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c457953..1c99089 100644 --- a/package.json +++ b/package.json @@ -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",