Skip to content

Commit

Permalink
Update package json
Browse files Browse the repository at this point in the history
Signed-off-by: Shakar Bakr <[email protected]>
  • Loading branch information
5h4k4r committed Sep 19, 2023
1 parent 8cf4129 commit 74c7a9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"name": "docker-container-action",
"version": "1.9.0",
"description": "This action prints \"Hello World\" or \"Hello\" + the name of a person to greet to the log.",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"build": "ncc -m -o dist build index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
Expand Down

0 comments on commit 74c7a9e

Please sign in to comment.