Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
Signed-off-by: leecalcote <[email protected]>
  • Loading branch information
leecalcote committed Mar 29, 2021
1 parent 2501436 commit 0161cf0
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
.PHONY: npm-install
npm-install:
.PHONY: gatsby-build
gatsby-build:
gatsby build && gatsby serve

build:
gatsby build && gatsby serve

.PHONY: setup-libs
setup-libs:
npm install

.PHONY: site
Expand All @@ -13,8 +20,3 @@ npm-build:
.PHONY: npm-audit-fix
npm-audit-fix:
npm audit fix

.PHONY: gatsby-build
gatsby-build:
gatsby build && gatsby serve

0 comments on commit 0161cf0

Please sign in to comment.