You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"lint": "npm run eslint && npm run tsc && npm run doc && npm run check-deps && node utils/generate_channels.js && node utils/generate_types/ --check-clean && npm run lint-tests && npm run test-types && npm run lint-packages",
"flint": "concurrently \"npm run eslint\"\"npm run tsc\"\"npm run doc\"\"npm run check-deps\"\"node utils/generate_channels.js\"\"node utils/generate_types/ --check-clean\"\"npm run lint-tests\"\"npm run test-types\"\"npm run lint-packages\"",