Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

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