Skip to content

Commit 214f037

Browse files
committed
chore: sourcemaps
1 parent 0a4cce5 commit 214f037

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dev:
2727

2828
.PHONY: fixtures
2929
fixtures: __tests__/fixtures/petstore.json
30-
node dist/bin/index.js \
30+
node --enable-source-maps dist/bin/index.js \
3131
-i __tests__/fixtures/petstore.json \
3232
-o __tests__/fixtures/petstore
3333
yarn prettier --write __tests__/fixtures/petstore

0 commit comments

Comments
 (0)