Lint strapi-generate-api

This commit is contained in:
soupette 2018-05-04 17:38:29 +02:00
parent f389ea8860
commit 3f8b7b2177

View File

@ -27,7 +27,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-generate')
.filter(package => package === 'strapi-generate-admin')
// .filter(package => package !== 'README.md')
.forEach(package => {
watcher(`Testing ${package}`, package);