Skip to content

Commit a4f30bf

Browse files
chore: replace last yarn references with pnpm (#86)
## PR Checklist - [x] Addresses an existing open issue: fixes #85 - [x] That issue was marked as [`status: accepting prs`](https://github.com/dmnd/dedent/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/dmnd/dedent/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Fixes the last few `yarn` references in `package.json` scripts to instead say `pnpm`.
1 parent 53a7267 commit a4f30bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"README.md"
4545
],
4646
"scripts": {
47-
"build": "yarn build:legacy && yarn build:modern && yarn build:types",
47+
"build": "pnpm build:legacy && pnpm build:modern && pnpm build:types",
4848
"build:legacy": "BABEL_ENV=legacy babel src/dedent.ts --out-file dist/dedent.js",
4949
"build:modern": "BABEL_ENV=modern babel src/dedent.ts --out-file dist/dedent.mjs",
5050
"build:types": "tsup src/dedent.ts --dts-only",

0 commit comments

Comments
 (0)