aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f6f59fb..cbd7500 100644
--- a/Makefile
+++ b/Makefile
@@ -29,8 +29,14 @@ ruby:
.PHONY: deps
deps: ruby
bundle install
+
+.PHONY: npm
+npm:
npm install
+.PHONY: all-deps
+all-deps: deps npm
+
.PHONY: build
build:
bundle exec jekyll build --drafts