adding stream to yarn lint

This commit is contained in:
Juan Allo Ron 2021-02-22 22:39:09 -08:00
parent 035bf97474
commit aab1f7f034

View File

@ -4,7 +4,7 @@
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"clean": "lerna clean && rm -rf node_modules",
"lint": "lerna run lint",
"lint": "lerna run lint --stream",
"test": "lerna run test --stream"
},
"private": true,