Updated to include shell definition so that PATH would actually work, was getting error on not finding commands before that

This commit is contained in:
Mandie Smith 2018-10-16 12:11:15 -04:00
parent cef1f33c74
commit 3bba606ebb
No known key found for this signature in database
GPG Key ID: B53135F06E8BFC28
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
include ../../node.mk
PATH:=./node_modules/.bin:../../tools:$(PATH)
SHELL := /bin/bash
PATH := ./node_modules/.bin:../../tools:$(PATH)
all:: build