Skip to content

Commit

Permalink
feat: add json-difference nx build
Browse files Browse the repository at this point in the history
  • Loading branch information
lukascivil committed Aug 6, 2023
1 parent 0dbc868 commit a4c0e62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/json-difference/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"targets": {
"build": {
"executor": "nx:run-commands",
"options": {
"command": "yarn build"
}
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
Expand Down

0 comments on commit a4c0e62

Please sign in to comment.