mrgit icon indicating copy to clipboard operation
mrgit copied to clipboard

`mgit st` might log, that the package in the `packages` is not listed in `mgit.json`

Open ma2ciek opened this issue 8 years ago • 1 comments

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.

ma2ciek avatar Nov 29 '17 14:11 ma2ciek

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.

pomek avatar Mar 27 '18 06:03 pomek