Skip to content

Commit

Permalink
fix netlify build
Browse files Browse the repository at this point in the history
add project reference for cm6 to graphql LS
  • Loading branch information
acao committed Jan 17, 2023
1 parent f263f77 commit 22f69b6
Show file tree
Hide file tree
Showing 2 changed files with 13 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
9 changes: 8 additions & 1 deletion packages/cm6-graphql/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@
"newLine": "lf",
"outDir": "dist"
},
"include": ["src/*.ts"]
"include": [
"src/*.ts"
],
"references": [
{
"path": "../graphql-language-service"
}
]
}

0 comments on commit 22f69b6

Please sign in to comment.