From d7e12366a30c363b463f2997545011902519f228 Mon Sep 17 00:00:00 2001 From: Pavel Sanchez <23495830+PaleBluDot@users.noreply.github.com> Date: Sun, 9 Jun 2024 20:13:59 -0400 Subject: [PATCH] chore(config): use full path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38a7254..9ae5462 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "test": "npx jest --watchAll", "test:ci": "npx jest", "qa": "npm-run-all clean --parallel lint test", - "build": "npm run clean && cross-env ELEVENTY_ENV=prod eleventy && email-builder create" + "build": "npm run clean && cross-env ELEVENTY_ENV=prod eleventy && ./node_modules/.bin/email-builder create" }, "config": { "commitizen": {