mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 15:44:59 +00:00
Lint strapi-generate-api
This commit is contained in:
parent
f389ea8860
commit
3f8b7b2177
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user