Skip to content

Commit

Permalink
Merge pull request #3 from danielnaranjo/bugfix/nx-dependencies
Browse files Browse the repository at this point in the history
Bugfix/nx dependencies
  • Loading branch information
wlucha committed Apr 8, 2023
2 parents 6c0db28 + 892cf42 commit aef06a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"projectType": "application",
"architect": {
"build": {
"builder": "@nrwl/node:build",
"builder": "@nrwl/node:webpack",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/apps/api",
Expand All @@ -166,7 +166,7 @@
}
},
"serve": {
"builder": "@nrwl/node:execute",
"builder": "@nrwl/node:node",
"options": {
"buildTarget": "api:build"
}
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,8 @@
"prettier": "^2.6.2",
"ts-jest": "27.0.5",
"typescript": "~4.4.3"
},
"resolutions": {
"**/node-gyp": "^7.0.0"
}
}

0 comments on commit aef06a3

Please sign in to comment.