Skip to content

Commit

Permalink
chore: replace last yarn references with pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 20, 2023
1 parent 53a7267 commit 298f1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"README.md"
],
"scripts": {
"build": "yarn build:legacy && yarn build:modern && yarn build:types",
"build": "pnpm build:legacy && pnpm build:modern && pnpm build:types",
"build:legacy": "BABEL_ENV=legacy babel src/dedent.ts --out-file dist/dedent.js",
"build:modern": "BABEL_ENV=modern babel src/dedent.ts --out-file dist/dedent.mjs",
"build:types": "tsup src/dedent.ts --dts-only",
Expand Down

0 comments on commit 298f1d4

Please sign in to comment.