Skip to content

Commit b2dd740

Browse files
committed
Use our own local copy of @glimemr/syntax when we run prettier to make sure we didn't break prettier
1 parent 97689fd commit b2dd740

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,11 @@
139139
},
140140
"packageManager": "pnpm@10.0.0",
141141
"pnpm": {
142+
"notes": {
143+
"override:@glimemr/syntax": "when we run prettier, we want to use our local copy of prettier, not the one it declared in its package.json. This ensures that we don't accidentally break prettier as we make changes to @glimmer/syntax"
144+
},
142145
"overrides": {
146+
"@glimmer/syntax": "workspace:*",
143147
"@rollup/pluginutils": "^5.0.2",
144148
"@types/node": "$@types/node",
145149
"typescript": "$typescript"

pnpm-lock.yaml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)