mrgit
mrgit copied to clipboard
`mgit st` might log, that the package in the `packages` is not listed in `mgit.json`
Let's assume that we're developing some package and clone it directly to the packages directory.
Now when running npm run test in CKE5, this package will be tested. But mgit st won't show that something is wrong.
PS: I'm not sure whether this should be done on the mgit side or the CKE5 side.
mgit st could print a warning below the table if a number of packages cloned into the packages/ directory are other than specified in mgit.json.