diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f22d16..6873266 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,6 +129,7 @@ jobs: email-function: name: Email Function (Node.js) + needs: schema-drift runs-on: ubuntu-latest defaults: run: diff --git a/patchnotes-email/package.json b/patchnotes-email/package.json index 6a441f8..f47a358 100644 --- a/patchnotes-email/package.json +++ b/patchnotes-email/package.json @@ -32,6 +32,7 @@ "dotenv": "^17.3.1", "prisma": "^7.4.0", "rimraf": "^6.1.2", + "tailwindcss": "^4.1.18", "typescript": "^5.0.0", "vitest": "^4.0.18" } diff --git a/patchnotes-email/tsconfig.json b/patchnotes-email/tsconfig.json index 3a2696a..6fb0e8c 100644 --- a/patchnotes-email/tsconfig.json +++ b/patchnotes-email/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "module": "commonjs", + "module": "nodenext", "target": "es6", "outDir": "dist", "rootDir": ".", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 02b9643..f7b6d98 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -53,6 +53,9 @@ importers: rimraf: specifier: ^6.1.2 version: 6.1.2 + tailwindcss: + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.0.0 version: 5.9.3