File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- npm run lint
1
+ npm run lint && \
2
+ (cd components/dash-core-components && npm run lint) && \
3
+ (cd components/dash-table && npm run lint)
Original file line number Diff line number Diff line change 7
7
"private::initialize.renderer" : " cd dash/dash-renderer && npm ci" ,
8
8
"private::build.components" : " python dash/development/update_components.py 'all'" ,
9
9
"private::build.renderer" : " cd dash/dash-renderer && renderer build" ,
10
- "private::lint.black" : " if [ ${PYLINTRC:-x} != '.pylintrc' ]; then black dash tests --exclude metadata_test.py --check; fi " ,
10
+ "private::lint.black" : " black dash tests --exclude metadata_test.py --check" ,
11
11
"private::lint.flake8" : " flake8 --exclude=metadata_test.py dash tests" ,
12
12
"private::lint.pylint-dash" : " PYLINTRC=${PYLINTRC:=.pylintrc39} && pylint dash setup.py --rcfile=$PYLINTRC" ,
13
13
"private::lint.pylint-tests" : " PYLINTRC=${PYLINTRC:=.pylintrc39} && pylint tests/unit tests/integration -d all --rcfile=$PYLINTRC" ,
You can’t perform that action at this time.
0 commit comments