minkimcello / landscape3

Landscape 3.0
0 stars 0 forks source link

Fetch `landscape.yml` from its original source #1

Closed minkimcello closed 6 months ago

minkimcello commented 6 months ago

The landscape-yaml-parser is currently reading a local copy of landscape.yml, but we want it to fetch from its original source.

minkimcello commented 6 months ago

You can check if the fetch works correctly by running yarn workspace packages/landscape-yaml-parser parse

minkimcello commented 6 months ago

I moved the entire package out (#7) so you'll need to rebase your local branch. The source of where the yaml file is being read (where you need to write the fetch) is located here now.