From cf37edaeca958fdfdb44a00e834034febbe77c92 Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 8 Feb 2024 02:18:04 +0300 Subject: [PATCH] ci-fix-2 --- .gitea/workflows/main.yml | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index cc1cc707..05a49189 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -41,7 +41,8 @@ jobs: with: node-version: '18' - - uses: npm run email-templates + - name: Test production build + run: npm run templates - name: "authorizer_email_confirmation template" uses: gyto/mailgun-template-action@v2 diff --git a/package.json b/package.json index d7e6dc9f..1e9f7cdf 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "start": "vite", "typecheck": "tsc --noEmit", "typecheck:watch": "tsc --noEmit --watch", - "email-templates": "node ./templates/compile.cjs" + "templates": "node ./templates/compile.cjs" }, "dependencies": { "@authorizerdev/authorizer-js": "2.0.0",