Skip to content

Commit

Permalink
build(tools-commitlint): execute test from root (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: robby rabbitman <robby.rabbitman+nx-plus@gmail.com>
  • Loading branch information
RobbyRabbitman and robby rabbitman authored Jul 2, 2024
1 parent 30ac631 commit 2f01121
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tools/commitlint/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
}
},
"test": {
"command": "bash commitlint.config.spec.bash",
"options": {
"cwd": "{projectRoot}"
}
"command": "bash {projectRoot}/commitlint.config.spec.bash"
}
}
}

0 comments on commit 2f01121

Please sign in to comment.