From 51f68d50211ed5235fb82008dd6789dae22507c3 Mon Sep 17 00:00:00 2001 From: Peter Morton Date: Mon, 6 Mar 2023 20:44:42 -0600 Subject: [PATCH] added build and push scripts --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a7ba71b..2f8235a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js", - "dev": "nodemon index.js" + "dev": "nodemon index.js", + "build": "docker buildx bake", + "push": "docker buildx bake --push" }, "keywords": [], "author": "",