Skip to content

Commit

Permalink
Add generate task as build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joluj committed May 31, 2024
1 parent c2fd906 commit 5ee7c1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libs/language-server/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"parallel": false
}
},
"build": {},
"build": {
"dependsOn": ["^build", "generate"]
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"]
Expand Down

0 comments on commit 5ee7c1e

Please sign in to comment.