Skip to content

Commit

Permalink
Package update to the latest minor versions
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil-Ladha <[email protected]>
  • Loading branch information
Nikhil-Ladha committed Jan 25, 2022
1 parent e48400d commit 437679b
Show file tree
Hide file tree
Showing 7 changed files with 14,745 additions and 19,224 deletions.
20 changes: 3 additions & 17 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,22 +1,8 @@
.PHONY: gatsby-build
gatsby-build:
gatsby build && gatsby serve

build:
gatsby build && gatsby serve

.PHONY: setup-libs
setup-libs:
npm install --legacy-peer-deps
npm install

.PHONY: site
site:
npm start

.PHONY: npm-build
npm-build:
npm run build

.PHONY: npm-audit-fix
npm-audit-fix:
npm audit fix
build:
gatsby build && gatsby serve
Loading

0 comments on commit 437679b

Please sign in to comment.