Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Add support for alternative bash locations
  • Loading branch information
deansallinen authored Aug 8, 2024
1 parent f0e67e1 commit 884ad6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SHELL := /bin/bash
SHELL := /usr/bin/env bash
SRC_FILES := $(shell find src -name '*.ts')
TEST_FILES := $(shell find test/tests -name '*.ts')
BIN := ./node_modules/.bin
Expand Down

0 comments on commit 884ad6c

Please sign in to comment.