-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
When running the repo on my windows machine I have encountered a few issues.
First, running the build-schema script:
"build-schema": "./scripts/build-schema.sh",
When running this script, even in a bash terminal, I get issues with the ./ folder access convention.
To resolve this manually, I prefixed the command with "bash":
"build-schema": "bash ./scripts/build-schema.sh",
Additionally, when running the build script itself (which needed the above change), it generates a lot of example json files:
I don't believe these should all be generated so maybe there is another windows-related caveat causing this? It also generated json files in the wrong place in the /data folder not at the root
Metadata
Metadata
Assignees
Labels
No labels

