We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a054c commit 04b4d0fCopy full SHA for 04b4d0f
package.json
@@ -30,6 +30,8 @@
30
"test-security": "npm run check_security && npm run audit_deps && node ./build/commands/scripts/commands.js start --enable_brave_update --network_log --user_data_dir_name=brave-network-test",
31
"tslint": "tslint --project tsconfig-lint.json \"components/**/*.{ts,tsx}\"",
32
"pep8": "pycodestyle --max-line-length 120 -r script",
33
+ "pylint": "pylint -j0 -ry build components installer script tools",
34
+ "pylint-report": "pylint -j0 -fparseable -rn --exit-zero build components installer script tools >pylint-report.txt",
35
"web-ui-gen-grd": "node components/webpack/gen-webpack-grd",
36
"web-ui": "webpack --config components/webpack/webpack.config.js --progress --colors",
37
"build-storybook": "build-storybook -c .storybook -o .storybook-out",
0 commit comments