From 2fac796661dbb94ac038d0f3a18b00064df00609 Mon Sep 17 00:00:00 2001 From: Matt Brennan Date: Mon, 23 Apr 2018 14:48:00 +0100 Subject: [PATCH] =?UTF-8?q?build=20makefile=20task=20=20=F0=9F=90=BF=20v2.?= =?UTF-8?q?8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/makefile b/makefile index c4c380179..496ed348d 100644 --- a/makefile +++ b/makefile @@ -7,3 +7,8 @@ run: @printf "\n \e[1;34m☞\e[0m this is the same as running \e[3;36mnpm start\e[0m\n\n" @sleep 3 npm start + +build: + @printf "\n \e[1;34m☞\e[0m this is the same as running \e[3;36mnpm run build\e[0m\n\n" + @sleep 3 + npm run build