We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2c898 commit 16d3e84Copy full SHA for 16d3e84
packages/rsc/package.json
@@ -7,7 +7,7 @@
7
"module": "./dist/rsc-client.mjs",
8
"types": "./dist/index.d.ts",
9
"scripts": {
10
- "build": "pnpm clean; tsup --tsconfig tsconfig.build.json && sed -i 's/\\.mts/\\.mjs/g' dist/*.mjs",
+ "build": "pnpm clean; tsup --tsconfig tsconfig.build.json && perl -pi -e 's/\\.mts/\\.mjs/g' dist/*.mjs",
11
"build:watch": "pnpm build --watch",
12
"clean": "rm -rf dist *.tsbuildinfo",
13
"lint": "eslint \"./**/*.ts*\"",
0 commit comments