From eefd029cd27ece64136d993424c1b727c7776bc0 Mon Sep 17 00:00:00 2001 From: Sorrel Bri Date: Thu, 9 Jan 2020 10:32:20 -0800 Subject: [PATCH] redeploy with namespaced scripts --- Procfile | 2 +- server/Procfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index 13282ab..e2c14fa 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: npx predeploy \ No newline at end of file +web: npm predeploy \ No newline at end of file diff --git a/server/Procfile b/server/Procfile index 395ee86..7d1b6b4 100644 --- a/server/Procfile +++ b/server/Procfile @@ -1 +1 @@ -web: npx start \ No newline at end of file +web: ./server npm start \ No newline at end of file