Skip to content

Commit f67274e

Browse files
Merge pull request #1683 from glimmerjs/use-our-own-glimmer-syntax-for-prettier
Use our own local copy of @glimemr/syntax when we run prettier to make sure we didn't break prettier
2 parents 97689fd + b2dd740 commit f67274e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

package.json

+4
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

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)