Skip to content

Commit 933287c

Browse files
committed
test: remove typescript-declarartions-test-watch from root Makefile
Signed-off-by: Andrey <[email protected]>
1 parent 1e33c87 commit 933287c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ export-hex-tarball-test: ## Run `gleam export hex-tarball` and verify it is crea
5656
typescript-declarations-test: ## Check that generated TypeScript declaration compile
5757
cd test/typescript_declarations && make test
5858

59-
.PHONY: typescript-declarations-test-watch
60-
typescript-declarations-test-watch: ## Check that generated TypeScript declaration compile when files change
61-
watchexec "cd test/typescript_declarations && make test"
62-
6359
.PHONY: benchmark
6460
benchmark: ## Run the benchmarks
6561
cd benchmark/list && make

0 commit comments

Comments
 (0)