Add bootstrap script
This commit is contained in:
parent
38e8208639
commit
16594d6ed0
1 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
"lint": "python ./script/eslint.py && python ./script/cpplint.py",
|
||||
"preinstall": "node -e 'process.exit(0)'",
|
||||
"start": "python ./script/start.py",
|
||||
"test": "python ./script/test.py"
|
||||
"test": "python ./script/test.py",
|
||||
"bootstrap": "python ./script/bootstrap.py"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue