Skip to content

Commit 92abc39

Browse files
committed
don't build tests
1 parent f1cf2c7 commit 92abc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MOCHA_ARGS= --compilers js:babel-register \
77
MOCHA_TARGET=src/**/*-test.js
88

99
build:
10-
$(BIN)/babel src --out-dir lib
10+
$(BIN)/babel src --out-dir lib --ignore "src/__tests__/**"
1111

1212
clean:
1313
rm -rf lib

0 commit comments

Comments
 (0)