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