Skip to content

Commit

Permalink
added command to pack cli for linux, docker build command
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatnema committed Sep 29, 2024
1 parent 31ba171 commit 362652a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 362652a

Please sign in to comment.