datacollector-test/project.json

28 lines
622 B
JSON

{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/datacollector/src",
"projectType": "application",
"targets": {
"build": {
"executor": "nx:run-commands",
"options": {
"command": ""
}
},
"serve": {
"executor": "nx:run-commands",
"options": {
"command": "pio run -t exec"
}
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventional",
"commitMessageFormat": "chore(${projectName}): release version ${version}"
}
}
},
"tags": []
}