Skip to content

Commit

Permalink
fix(email): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed May 21, 2024
1 parent d675d1c commit 9959eb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 2 additions & 3 deletions ee/tabby-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
"version": "0.0.19",
"private": true,
"scripts": {
"build": "email build",
"dev": "email dev",
"export": "email export"
"build": "email build && email export",
"dev": "email dev"
},
"devDependencies": {
"react-email": "2.1.3",
Expand Down
7 changes: 6 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"dependsOn": [
"^build"
],
"outputs": ["dist/**", ".next/**", "!.next/cache/**", ".react-email/**", "!.react-email/.next/cache/**"]
"outputs": [
"out/**",
"dist/**",
".next/**",
"!.next/cache/**"
]
},
"lint": {},
"lint:fix": {},
Expand Down

0 comments on commit 9959eb5

Please sign in to comment.