ci-fix
Some checks failed
deploy / test (push) Has been skipped
deploy / Update templates on Mailgun (push) Failing after 3s

This commit is contained in:
Untone 2024-02-08 02:16:42 +03:00
parent f0584b8aff
commit 4055f2c3fc
2 changed files with 3 additions and 2 deletions

View File

@ -41,7 +41,7 @@ jobs:
with:
node-version: '18'
- uses: node templates/compile.cjs
- uses: npm run email-templates
- name: "authorizer_email_confirmation template"
uses: gyto/mailgun-template-action@v2

View File

@ -27,7 +27,8 @@
"preview": "vite preview",
"start": "vite",
"typecheck": "tsc --noEmit",
"typecheck:watch": "tsc --noEmit --watch"
"typecheck:watch": "tsc --noEmit --watch",
"email-templates": "node ./templates/compile.cjs"
},
"dependencies": {
"@authorizerdev/authorizer-js": "2.0.0",