Skip to content

Commit eb01ddb

Browse files
committed
test
1 parent 8dff69d commit eb01ddb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"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.",
55
"main": "index.js",
66
"scripts": {
7+
"build": "tsc && ncc build azurecontainerapps.js -o dist",
78
"test": "echo \"Error: no test specified\" && exit 1"
89
},
910
"repository": {

0 commit comments

Comments
 (0)