From e8935213635c15872772808834ad8cdaaa7bc1bc Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 30 Mar 2017 11:23:32 -0700 Subject: [PATCH] Update app.json --- app.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index b0e60fbc..c153aecd 100644 --- a/app.json +++ b/app.json @@ -41,7 +41,6 @@ } }, "scripts": { - "predeploy": "grunt build", - "postdeploy": "node scripts/create_admin.js" - } + "predeploy": "grunt build" + } }