Skip to content

Commit

Permalink
fix(ci): fix build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolongol committed Aug 13, 2024
1 parent 19239cb commit c652743
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
{
"plugin": "@nx/webpack/plugin",
"options": {
"buildTargetName": "build",
"serveTargetName": "serve",
"previewTargetName": "preview"
"buildTargetName": "webpack:build",
"serveTargetName": "webpack:serve",
"previewTargetName": "webpack:preview"
}
}
],
Expand Down Expand Up @@ -123,11 +123,11 @@
"projectsRelationship": "independent",
"version": {
"preVersionCommand": "npx nx run-many -t build",
"conventionalCommits": true
},
"git": {
"commit": true,
"commitArgs": "--no-verify"
"conventionalCommits": true,
"git": {
"commit": true,
"commitArgs": "--no-verify"
}
},
"changelog": {
"automaticFromRef": true,
Expand Down

0 comments on commit c652743

Please sign in to comment.