Skip to content

Commit 5d08304

Browse files
committed
Have the test script just point to functions/src instead of lib so we don't have to keep running copy-handlebars
1 parent 6ce37bd commit 5d08304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/firebase-admin/sendTestEmail.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import { Timestamp } from "functions/src/firebase"
99

1010
const path = require("path")
1111

12-
const PARTIALS_DIR = "./functions/lib/email/partials/"
13-
const EMAIL_TEMPLATE_PATH = "./functions/lib/email/digestEmail.handlebars"
12+
const PARTIALS_DIR = "./functions/src/email/partials/"
13+
const EMAIL_TEMPLATE_PATH = "./functions/src/email/digestEmail.handlebars"
1414

1515
// Define Handlebars helper functions
1616
handlebars.registerHelper("toLowerCase", helpers.toLowerCase)

0 commit comments

Comments
 (0)