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.
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.