From 837c8e1aa16614ae1f674198d3ea970de45462bd Mon Sep 17 00:00:00 2001 From: Juyeong Maing Date: Thu, 18 Sep 2025 21:21:00 +0900 Subject: [PATCH] Add build script on package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7af1360..0fbf950 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "This action allows users to easily deploy their application source to an [Azure Container App](https://azure.microsoft.com/en-us/services/container-apps/) in their GitHub workflow by either providing a previously built image, a Dockerfile that an image can be built from, or using a builder to create a runnable application image for the user.", "main": "index.js", "scripts": { + "build": "tsc && ncc build azurecontainerapps.js -o dist", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {