Skip to content

Commit 4d7b507

Browse files
committed
Do NOT test files in scripts
1 parent a71f576 commit 4d7b507

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
@@ -1,4 +1,4 @@
1-
TARGETS := $$(find . \( -name '*.ts' -or -name '*.md' \) -not -path './npm/*')
1+
TARGETS := $$(find . \( -name '*.ts' -or -name '*.md' \) -not -path './npm/*' -not -path './scripts/*')
22
VERSION := $$(git describe --tags --always --dirty)
33

44
.DEFAULT_GOAL := help

0 commit comments

Comments
 (0)