Skip to content

Commit

Permalink
removed monorepo style for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatnema committed Sep 28, 2024
1 parent 1877382 commit 5fe96e3
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 206 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ asyncapi.yml
test/fixtures/minimaltemplate/__transpiled
.vscode

/action/

oclif.manifest.json
spec-examples.zip

Expand Down
63 changes: 0 additions & 63 deletions github-action/.all-contributorsrc

This file was deleted.

2 changes: 0 additions & 2 deletions github-action/.eslintignore

This file was deleted.

95 changes: 0 additions & 95 deletions github-action/.eslintrc

This file was deleted.

5 changes: 0 additions & 5 deletions github-action/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion github-action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ COPY entrypoint.sh /entrypoint.sh
# Make the bash file executable
RUN chmod +x /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]
13 changes: 0 additions & 13 deletions github-action/package-lock.json

This file was deleted.

26 changes: 0 additions & 26 deletions github-action/package.json

This file was deleted.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,10 @@
"test:one": "cross-env NODE_ENV=development TEST=1 CUSTOM_CONTEXT_FILENAME=\"test.asyncapi-cli\" CUSTOM_CONTEXT_FILE_LOCATION=\"\" nyc --extension .ts mocha --require ts-node/register --require test/helpers/init.js --reporter spec --timeout 100000",
"get-version": "echo $npm_package_version",
"createhook": "oclif generate hook myhook --event=command_not_found",
"createhookinit": "oclif generate hook inithook --event=init"
"createhookinit": "oclif generate hook inithook --event=init",
"action:docker:build": "docker build -f github-action/Dockerfile -t asyncapi/github-action-for-cli:latest action",
"action:bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION",
"action:test": "make -f github-action/MakeFile test"
},
"types": "lib/index.d.ts"
}

0 comments on commit 5fe96e3

Please sign in to comment.