Skip to content

Commit

Permalink
Makefile fixes (use tape's glob)
Browse files Browse the repository at this point in the history
  • Loading branch information
fongandrew committed Sep 15, 2017
1 parent 4f57a94 commit f07a8be
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

# Put Node bins in path
export PATH := node_modules/.bin:$(PATH)

# Set globstar so "**" works for testing
export SHELL := /bin/bash -O globstar
export SHELL := /bin/bash

default: build

Expand All @@ -22,4 +20,4 @@ lint:

test:
ts-node --project tsconfig.test.json \
node_modules/.bin/tape src/**/*.test.* | tap-spec
node_modules/.bin/tape 'src/**/*.test.*' | tap-spec

0 comments on commit f07a8be

Please sign in to comment.