Skip to content

Commit

Permalink
build makefile task
Browse files Browse the repository at this point in the history
 🐿 v2.8.0
  • Loading branch information
apaleslimghost committed Apr 23, 2018
1 parent c76bd9e commit 2fac796
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2fac796

Please sign in to comment.