Skip to content

Commit 904c407

Browse files
committed
chore: use pnpm
1 parent 882a597 commit 904c407

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
@@ -45,7 +45,7 @@ test1: __tests__/fixtures/test1.json dist
4545
.PHONY: openai
4646
openai: __tests__/fixtures/openai.yaml dist
4747
mkdir -p $(@D)
48-
npx js-yaml $< > $(@D)/openai.json
48+
pnpm js-yaml $< > $(@D)/openai.json
4949
node --enable-source-maps dist/bin/index.js \
5050
-i $(@D)/openai.json \
5151
-o __tests__/fixtures/openai

0 commit comments

Comments
 (0)