Add bootstrap script

This commit is contained in:
Kevin Sawicki 2016-02-10 09:37:44 -08:00
parent 38e8208639
commit 16594d6ed0

View file

@ -14,6 +14,7 @@
"lint": "python ./script/eslint.py && python ./script/cpplint.py", "lint": "python ./script/eslint.py && python ./script/cpplint.py",
"preinstall": "node -e 'process.exit(0)'", "preinstall": "node -e 'process.exit(0)'",
"start": "python ./script/start.py", "start": "python ./script/start.py",
"test": "python ./script/test.py" "test": "python ./script/test.py",
"bootstrap": "python ./script/bootstrap.py"
} }
} }