diff --git a/package.json b/package.json index 69d5876ccc45..f0aa09584eb7 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ }, "private": true, "scripts": { + "lint": "python ./script/eslint.py", "preinstall": "node -e 'process.exit(0)'", "start": "python ./script/start.py", "test": "python ./script/test.py"