Skip to content

Commit 1a34f7a

Browse files
committed
chore: add fixtures builder
1 parent 9a357b6 commit 1a34f7a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@ dist: node_modules tsconfig.json $(SRCS)
2424
.PHONY: dev
2525
dev:
2626
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

Comments
 (0)