Skip to content

Commit

Permalink
add task serve
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Oct 30, 2024
1 parent 8f8f26c commit 4d61407
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/iatlas/data/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
"options": {
"outputFile": "reports/{projectRoot}/pylint.txt"
}
},
"serve": {
"executor": "nx:run-commands",
"options": {
"command": "poetry run python src/build_database.py",
"cwd": "{projectRoot}"
}
}
},
"tags": ["language:python", "package-manager:poetry"],
Expand Down

0 comments on commit 4d61407

Please sign in to comment.