Add repl run script

This commit is contained in:
Kevin Sawicki 2016-03-22 13:26:05 -07:00
parent e49eae4047
commit 8685f8e6c8

View file

@ -15,6 +15,7 @@
"build": "python ./script/build.py -c D",
"lint": "python ./script/eslint.py && python ./script/cpplint.py",
"preinstall": "node -e 'process.exit(0)'",
"repl": "python ./script/start.py --interactive",
"start": "python ./script/start.py",
"test": "python ./script/test.py"
}