Skip to content

Commit

Permalink
chore: fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Oct 30, 2023
1 parent 7988dd2 commit 07d47d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*

tmp
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

Expand Down
2 changes: 1 addition & 1 deletion packages/nx/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"tsConfig": "packages/nx/tsconfig.lib.json",
"assets": [
"README.md",
"packages/nx/src/**/*.json",
"packages/nx/src/**/schema.json",
"packages/nx/generators.json",
"packages/nx/migrations.json",
"packages/nx/executors.json"
Expand Down

0 comments on commit 07d47d2

Please sign in to comment.