From f00ea4bfac27cb332d9c6c1ce9df322e6c86c8e5 Mon Sep 17 00:00:00 2001 From: Antonis Kalipetis Date: Thu, 15 Dec 2016 13:36:21 +0200 Subject: [PATCH] Add a Procfile with the `npm start` command Also, update the Procfile.dev with the updated `npm run dev` command. Signed-off-by: Antonis Kalipetis --- Procfile | 1 + Procfile.dev | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..063b78f --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: npm start diff --git a/Procfile.dev b/Procfile.dev index 063b78f..8d2c544 100644 --- a/Procfile.dev +++ b/Procfile.dev @@ -1 +1 @@ -web: npm start +web: npm run dev