From 02e1dfc9d9d39638247b4b20d1c0a824a147d1a3 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 10 Nov 2024 18:31:31 -0800 Subject: [PATCH] feat: Update package.json scripts --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fb652f8..e85cd3d 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,10 @@ "description": "", "main": "index.js", "scripts": { - "dev": "npx @11ty/eleventy --serve", - "build": "rm -rf dist && npx @11ty/eleventy" + "dev": "bunx @11ty/eleventy --serve", + "build": "rm -rf dist && bunx @11ty/eleventy", + "docker:build": "docker build -t codewith.babesonthe.net/punkfairie/punkfairie-site:latest .", + "docker:push": "docker push codewith.babesonthe.net/punkfairie/punkfairie-site:latest" }, "keywords": [], "author": "",