ci-fix-2
This commit is contained in:
parent
4055f2c3fc
commit
cf37edaeca
|
@ -41,7 +41,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: '18'
|
node-version: '18'
|
||||||
|
|
||||||
- uses: npm run email-templates
|
- name: Test production build
|
||||||
|
run: npm run templates
|
||||||
|
|
||||||
- name: "authorizer_email_confirmation template"
|
- name: "authorizer_email_confirmation template"
|
||||||
uses: gyto/mailgun-template-action@v2
|
uses: gyto/mailgun-template-action@v2
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
"start": "vite",
|
"start": "vite",
|
||||||
"typecheck": "tsc --noEmit",
|
"typecheck": "tsc --noEmit",
|
||||||
"typecheck:watch": "tsc --noEmit --watch",
|
"typecheck:watch": "tsc --noEmit --watch",
|
||||||
"email-templates": "node ./templates/compile.cjs"
|
"templates": "node ./templates/compile.cjs"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@authorizerdev/authorizer-js": "2.0.0",
|
"@authorizerdev/authorizer-js": "2.0.0",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user