mkc ignore include instruction that allows to override dependencies with local packages.
Here is an example: https://github.com/microsoft/pxt-jacdac/blob/master/mkc.json#L7
If you build pxt-jacdac/packages/servo for example, it should not download pxt-jacdac from github, but use the local package as defined in https://github.com/microsoft/pxt-jacdac/blob/master/links.json
mkc ignore
includeinstruction that allows to override dependencies with local packages.Here is an example: https://github.com/microsoft/pxt-jacdac/blob/master/mkc.json#L7
If you build pxt-jacdac/packages/servo for example, it should not download pxt-jacdac from github, but use the local package as defined in https://github.com/microsoft/pxt-jacdac/blob/master/links.json