diff --git a/app.json b/app.json index 61e14e34..d9e6d19d 100644 --- a/app.json +++ b/app.json @@ -43,6 +43,7 @@ } }, "scripts": { - "predeploy": "grunt build; node scripts/create-admin.js" + "predeploy": "grunt build", + "postdeploy": "node /app/scripts/create-admin.js" } }