We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a7267 commit a4f30bfCopy full SHA for a4f30bf
package.json
@@ -44,7 +44,7 @@
44
"README.md"
45
],
46
"scripts": {
47
- "build": "yarn build:legacy && yarn build:modern && yarn build:types",
+ "build": "pnpm build:legacy && pnpm build:modern && pnpm build:types",
48
"build:legacy": "BABEL_ENV=legacy babel src/dedent.ts --out-file dist/dedent.js",
49
"build:modern": "BABEL_ENV=modern babel src/dedent.ts --out-file dist/dedent.mjs",
50
"build:types": "tsup src/dedent.ts --dts-only",
0 commit comments