Skip to content

Commit

Permalink
Get CI to pass by removing the bodus test task from project.json ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Oct 11, 2024
1 parent b400ab1 commit 6295aa2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/playground/data-liberation/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,5 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/playground/data-liberation",
"projectType": "library",
"targets": {
"test": {
"executor": "nx:run-commands",
"options": {
"commands": ["bash test.sh"],
"cwd": "packages/playground/data-liberation"
}
}
}
"targets": {}
}

0 comments on commit 6295aa2

Please sign in to comment.