Skip to content

Commit

Permalink
Add release-it (#40)
Browse files Browse the repository at this point in the history
* Add Release-It to NPM Scripts

* Add Release-It to DevDependencies
  • Loading branch information
boyleconnor authored Oct 29, 2021
1 parent d279663 commit 634e173
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.3.5"
"@openapitools/openapi-generator-cli": "2.3.5",
"release-it": "^14.10.0"
},
"scripts": {
"generate:server": "openapi-generator-cli generate -g python-flask -o server -i $npm_config_openapi",
Expand All @@ -10,6 +11,7 @@
"lint": "cd server && flake8",
"test": "cd server && tox",
"install:dependencies": "npm ci && cd server && pip install -r requirements.txt",
"release": "release-it",
"start:dev": "cd server && python -m openapi_server",
"start:prod": "docker compose up --build"
}
Expand Down

0 comments on commit 634e173

Please sign in to comment.