Add build script

This commit is contained in:
Kevin Sawicki 2016-02-10 09:39:22 -08:00
parent 16594d6ed0
commit 03482a4427

View file

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