We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a357b6 commit 1a34f7aCopy full SHA for 1a34f7a
1 file changed
Makefile
@@ -24,3 +24,10 @@ dist: node_modules tsconfig.json $(SRCS)
24
.PHONY: dev
25
dev:
26
yarn tsc -w
27
+
28
+.PHONY: fixtures
29
+fixtures: __tests__/fixtures/petstore.json
30
+ node dist/bin/index.js \
31
+ -i __tests__/fixtures/petstore.json \
32
+ -o __tests__/fixtures/petstore
33
+ yarn prettier --write __tests__/fixtures/petstore
0 commit comments