This commit is contained in:
soupette 2018-05-04 18:10:21 +02:00
parent 6fe297e252
commit b608c5bda4

View File

@ -29,7 +29,7 @@ const watcher = (label, pckgName, type = 'front') => {
const packagesPath = path.resolve(process.env.PWD, 'packages');
shell.ls('* -d', packagesPath)
// TODO temporary just for eslint
.filter(package => package === 'strapi-mongoose')
.filter(package => package === 'strapi-plugin-content-manager')
// .filter(package => package !== 'README.md' || package === 'strapi-middleware-views' || package === 'strapi-lint' || package === 'strapi-plugin-settings-manager')
.forEach(package => {
watcher(`Testing ${package}`, package);