Add npm start script

This commit is contained in:
Kevin Sawicki
2016-01-16 12:31:09 -08:00
parent 6f1fe2e478
commit 4e183df997
2 changed files with 41 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
"private": true,
"scripts": {
"preinstall": "node -e 'process.exit(0)'",
"start": "python ./script/start.py",
"test": "python ./script/test.py"
}
}