make update schema gulp task

This commit is contained in:
Eric Hulburd
2016-01-31 18:08:42 -06:00
parent 51a0e40f55
commit 8af7d33d08
9 changed files with 58 additions and 106 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "babel-node ./app.express.js",
"update-schema": "babel-node --debug ./scripts/updateSchema.js"
"update-schema": "babel-node ./lib/tasks/update_schema.js"
},
"dependencies": {
"body-parser": "~1.12.0",