feat: adds maildev and dev:mail command in web

This commit is contained in:
Agusti Fernandez Pardo 2022-05-13 23:44:44 +02:00
parent 68e275ab07
commit 82a62480bd

View File

@ -9,6 +9,7 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next",
"dev": "next dev",
"dx": "next dev",
"dev:mail": "next dev && maildev -s 587",
"test": "jest",
"test-e2e": "cd ../.. && yarn playwright test --config=tests/config/playwright.config.ts --project=chromium",
"playwright-report": "playwright show-report playwright/reports/playwright-html-report",
@ -30,12 +31,12 @@
"@calcom/app-store": "*",
"@calcom/core": "*",
"@calcom/ee": "*",
"@calcom/embed-core": "*",
"@calcom/lib": "*",
"@calcom/prisma": "*",
"@calcom/stripe": "*",
"@calcom/tsconfig": "*",
"@calcom/ui": "*",
"@calcom/embed-core": "*",
"@daily-co/daily-js": "^0.21.0",
"@glidejs/glide": "^3.5.2",
"@heroicons/react": "^1.0.6",
@ -142,6 +143,7 @@
"env-cmd": "10.1.0",
"eslint": "^8.10.0",
"jest": "^26.0.0",
"maildev": "^2.0.2",
"mockdate": "^3.0.5",
"module-alias": "^2.2.2",
"npm-run-all": "^4.1.5",