mgit st might log, that the package in the packages is not listed in mgit.json #64
Closed as not planned
mgit st might log, that the package in the packages is not listed in mgit.json #64
Let's assume that we're developing some package and clone it directly to the
packagesdirectory.Now when running
npm run testin CKE5, this package will be tested. Butmgit stwon't show that something is wrong.PS: I'm not sure whether this should be done on the mgit side or the CKE5 side.