Skip to content

Commit

Permalink
Apply further code review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-schwarz committed May 6, 2024
1 parent b203542 commit 7345e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/docs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"generate": {
"executor": "nx:run-commands",
"options": {
"command": "npx nx start docs-generator",
"command": "nx start docs-generator",
"parallel": false
}
},
Expand Down
2 changes: 1 addition & 1 deletion libs/extensions/rdbms/exec/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"src/**/*.test.jsx",
"src/**/*.spec.jsx",
"src/**/*.d.ts",
"test/**/*.ts",
"test/**/*.ts"
]
}

0 comments on commit 7345e03

Please sign in to comment.