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.
1 parent 1e33c87 commit 933287cCopy full SHA for 933287c
Makefile
@@ -56,10 +56,6 @@ export-hex-tarball-test: ## Run `gleam export hex-tarball` and verify it is crea
56
typescript-declarations-test: ## Check that generated TypeScript declaration compile
57
cd test/typescript_declarations && make test
58
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
-
63
.PHONY: benchmark
64
benchmark: ## Run the benchmarks
65
cd benchmark/list && make
0 commit comments