mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 14:44:31 +00:00
Lint ctm
This commit is contained in:
parent
6fe297e252
commit
b608c5bda4
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user