-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
good first issueGood for newcomersGood for newcomerskind: bugSomething isn't workingSomething isn't working
Description
What version of Turborepo are you using?
1.2.11
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Mac
Describe the Bug
In the past JSON5 support was added to turbo.json
but adding // comment
now breaks with:
error unmarshalling invalid character '/' looking for beginning of object key string
ERROR turbo.json: invalid character '/' looking for beginning of object key string
Expected Behavior
Able to use JSON5 format in turbo.json
to allow comments
To Reproduce
Add a comment e.g.
"test": {
// "dependsOn": ["^build"],
"outputs": ["coverage/junit.xml"]
},
sppatelgsoltis
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerskind: bugSomething isn't workingSomething isn't working