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",