We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scripts
1 parent a71f576 commit 4d7b507Copy full SHA for 4d7b507
Makefile
@@ -1,4 +1,4 @@
1
-TARGETS := $$(find . \( -name '*.ts' -or -name '*.md' \) -not -path './npm/*')
+TARGETS := $$(find . \( -name '*.ts' -or -name '*.md' \) -not -path './npm/*' -not -path './scripts/*')
2
VERSION := $$(git describe --tags --always --dirty)
3
4
.DEFAULT_GOAL := help
0 commit comments