adding stream to yarn lint

This commit is contained in:
Juan Allo Ron 2021-02-22 22:39:09 -08:00
parent 692f98f2bb
commit 5be7d10c89

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,