Update app.json

This commit is contained in:
David Baldwynn 2017-03-30 11:07:58 -07:00 committed by GitHub
parent 218eb65e1f
commit d596ad5051

View file

@ -42,6 +42,6 @@
}, },
"scripts": { "scripts": {
"predeploy": "grunt build", "predeploy": "grunt build",
"postdeploy": "node /app/scripts/create-admin.js" "postdeploy": "node scripts/create-admin.js"
} }
} }