We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4cce5 commit 214f037Copy full SHA for 214f037
1 file changed
Makefile
@@ -27,7 +27,7 @@ dev:
27
28
.PHONY: fixtures
29
fixtures: __tests__/fixtures/petstore.json
30
- node dist/bin/index.js \
+ node --enable-source-maps 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