diff --git a/Procfile b/Procfile index 8978a6d..6c5c38b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: cd backend && npm install && npm start app.js --prefix backend \ No newline at end of file +web: npm install --prefix backend && npm start app.js --prefix backend \ No newline at end of file