From 362652afeffeb0563d85c25914d5b2ac7a5bd43c Mon Sep 17 00:00:00 2001 From: akshatnema Date: Sun, 29 Sep 2024 20:39:52 +0530 Subject: [PATCH] added command to pack cli for linux, docker build command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26f0a7af0dd..ca4933fd457 100644 --- a/package.json +++ b/package.json @@ -173,7 +173,7 @@ "get-version": "echo $npm_package_version", "createhook": "oclif generate hook myhook --event=command_not_found", "createhookinit": "oclif generate hook inithook --event=init", - "action:docker:build": "docker build -f github-action/Dockerfile -t asyncapi/github-action-for-cli:latest .", + "action:docker:build": "npm run pack:linux && docker build -f github-action/Dockerfile -t asyncapi/github-action-for-cli:latest .", "action:bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION", "action:test": "cd github-action && make test" },