Skip to content

Commit

Permalink
fix netlify build (cm6 project references fix) (#2992)
Browse files Browse the repository at this point in the history
  • Loading branch information
acao authored Jan 18, 2023
1 parent f263f77 commit cc24524
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/smooth-cycles-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'cm6-graphql': patch
---

fix tsconfig reference, new netlify deploy
7 changes: 6 additions & 1 deletion packages/cm6-graphql/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"newLine": "lf",
"outDir": "dist"
},
"include": ["src/*.ts"]
"include": ["src/*.ts"],
"references": [
{
"path": "../graphql-language-service"
}
]
}

0 comments on commit cc24524

Please sign in to comment.