We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882a597 commit 904c407Copy full SHA for 904c407
1 file changed
Makefile
@@ -45,7 +45,7 @@ test1: __tests__/fixtures/test1.json dist
45
.PHONY: openai
46
openai: __tests__/fixtures/openai.yaml dist
47
mkdir -p $(@D)
48
- npx js-yaml $< > $(@D)/openai.json
+ pnpm js-yaml $< > $(@D)/openai.json
49
node --enable-source-maps dist/bin/index.js \
50
-i $(@D)/openai.json \
51
-o __tests__/fixtures/openai
0 commit comments