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.
react-email
demo
1 parent 5578d50 commit 41e1b3cCopy full SHA for 41e1b3c
packages/react-email/package.json
@@ -6,7 +6,8 @@
6
"email": "./dist/cli/index.mjs"
7
},
8
"scripts": {
9
- "build": "tsup-node && node ./scripts/build-preview-server.mjs && pnpm install --frozen-lockfile",
+ "build": "tsup-node && node ./scripts/build-preview-server.mjs",
10
+ "prepare": "pnpm turbo build",
11
"caniemail:fetch": "node ./scripts/fill-caniemail-data.mjs",
12
"clean": "rm -rf dist",
13
"dev": "tsup-node --watch",
0 commit comments