Skip to content

Commit e4808d5

Browse files
committed
refactor: added missing node_modules dependency
1 parent f2460ae commit e4808d5

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
@@ -63,7 +63,7 @@ secure: node_modules
6363
@npx snyk test
6464

6565
.PHONY: typecheck
66-
typecheck:
66+
typecheck: node_modules
6767
@echo ""
6868
@echo "=> make $@"
6969
@npx tsc --lib ES6 --noEmit index.d.ts ./test/fetch-api/api.spec.ts

0 commit comments

Comments
 (0)