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 809130e commit 172bba1Copy full SHA for 172bba1
packages/components/package.json
@@ -22,7 +22,6 @@
22
"license": "MIT",
23
"scripts": {
24
"build": "tsup src/index.ts --format esm,cjs --dts --external react",
25
- "prepare": "turbo run build",
26
"clean": "rm -rf dist",
27
"dev": "tsup src/index.ts --format esm,cjs --dts --external react --watch"
28
},
packages/react-email/package.json
@@ -6,8 +6,7 @@
6
"email": "./dist/cli/index.js"
7
8
9
- "build": "tsup-node && node ./scripts/build-preview-server.mjs",
10
+ "build": "tsup-node && node ./scripts/build-preview-server.mjs && pnpm install --frozen-lockfile",
11
"caniemail:fetch": "node ./scripts/fill-caniemail-data.mjs",
12
13
"dev": "tsup-node --watch",
0 commit comments