Skip to content

Commit

Permalink
fix(nx-melos): add missing release target in project.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Jan 10, 2023
1 parent 619afd6 commit a1d8c1f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/nx-melos/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
"jestConfig": "packages/nx-melos/jest.config.ts",
"passWithNoTests": true
}
},
"release": {
"executor": "nx:run-commands",
"options": {
"command": "npx semantic-release",
"cwd": "packages/nx-melos"
}
}
},
"tags": []
Expand Down

0 comments on commit a1d8c1f

Please sign in to comment.