Skip to content

Commit 172bba1

Browse files
authored
chore(root): Improve prepare scripts (#2060)
1 parent 809130e commit 172bba1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/components/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"license": "MIT",
2323
"scripts": {
2424
"build": "tsup src/index.ts --format esm,cjs --dts --external react",
25-
"prepare": "turbo run build",
2625
"clean": "rm -rf dist",
2726
"dev": "tsup src/index.ts --format esm,cjs --dts --external react --watch"
2827
},

packages/react-email/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"email": "./dist/cli/index.js"
77
},
88
"scripts": {
9-
"build": "tsup-node && node ./scripts/build-preview-server.mjs",
10-
"prepare": "turbo run build",
9+
"build": "tsup-node && node ./scripts/build-preview-server.mjs && pnpm install --frozen-lockfile",
1110
"caniemail:fetch": "node ./scripts/fill-caniemail-data.mjs",
1211
"clean": "rm -rf dist",
1312
"dev": "tsup-node --watch",

0 commit comments

Comments
 (0)