We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904c407 commit 32adcc2Copy full SHA for 32adcc2
1 file changed
Makefile
@@ -23,7 +23,7 @@ dist: node_modules tsconfig.json $(SRCS)
23
24
.PHONY: dev
25
dev:
26
- pnpm tsc -w
+ pnpm tsc -b -w
27
28
.PHONY: fixtures
29
fixtures: dist petstore test1 openai
0 commit comments