Skip to content

Commit 3b4c0bf

Browse files
authored
fix black package.json commands
1 parent 59e9add commit 3b4c0bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"homepage": "https://github.com/plotly/dash-core-components",
1313
"main": "dash_core_components/dash_core_components.min.js",
1414
"scripts": {
15-
"private::format:black": "black --exclude dash_core_components .",
15+
"private::format.black": "black --exclude dash_core_components .",
1616
"private::format.eslint": "eslint src tests --fix",
1717
"private::format.prettier": "prettier --config .prettierrc --write src/**/*.js tests/unit/*.js",
18-
"private::lint:black": "if [ \"$PYTHON_VERSION\" != \"py27\" ]; then black --check --exclude dash_core_components .; fi",
18+
"private::lint.black": "if [ \"$PYTHON_VERSION\" != \"py27\" ]; then black --check --exclude dash_core_components .; fi",
1919
"private::lint.eslint": "eslint src tests",
2020
"private::lint.flake8": "flake8 --exclude=dash_core_components,node_modules,venv",
2121
"private::lint.prettier": "prettier --config .prettierrc src/**/*.js tests/unit/*.js --list-different",

0 commit comments

Comments
 (0)