Skip to content

Commit 8b53f82

Browse files
committed
chore(react-email): 'email: not found' error during CI after caching of react-email and not demo (#2223)
1 parent 6200ddc commit 8b53f82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-email/package.json

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

0 commit comments

Comments
 (0)