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