diff --git a/package.json b/package.json index 3f0983bc44..6d81208719 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,8 @@ }, "private": true, "scripts": { + "bootstrap": "python ./script/bootstrap.py", + "build": "python ./script/build.py -c D", "lint": "python ./script/eslint.py && python ./script/cpplint.py", "preinstall": "node -e 'process.exit(0)'", "start": "python ./script/start.py",