Skip to content

Commit

Permalink
missing script
Browse files Browse the repository at this point in the history
  • Loading branch information
princerajpoot20 committed Oct 11, 2023
1 parent b384589 commit aa43109
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 @@ -36,7 +36,8 @@
"lint:fix": "eslint --max-warnings 0 --config .eslintrc . --fix",
"generate:assets": "npm run generate:readme:toc",
"generate:readme:toc": "markdown-toc -i README.md",
"docker:build": "docker build --tag asyncapi/server-api ."
"docker:build": "docker build --tag asyncapi/server-api .",
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^10.1.0",
Expand Down

0 comments on commit aa43109

Please sign in to comment.