Add repl run script
This commit is contained in:
parent
e49eae4047
commit
8685f8e6c8
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
"build": "python ./script/build.py -c D",
|
"build": "python ./script/build.py -c D",
|
||||||
"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)'",
|
||||||
|
"repl": "python ./script/start.py --interactive",
|
||||||
"start": "python ./script/start.py",
|
"start": "python ./script/start.py",
|
||||||
"test": "python ./script/test.py"
|
"test": "python ./script/test.py"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue