Skip to content

Commit

Permalink
Change functions to using npm because it's available in Netlify build…
Browse files Browse the repository at this point in the history
…bot without shenangians
  • Loading branch information
ineffyble committed Oct 31, 2018
1 parent f5ed6e5 commit 54b0622
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
jekyll build
( cd functions ; yarn )
( cd functions ; npm install )
13 changes: 13 additions & 0 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions functions/yarn.lock

This file was deleted.

0 comments on commit 54b0622

Please sign in to comment.