File tree Expand file tree Collapse file tree
functions/send-email-link Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 with :
2222 node-version : ' 22'
2323 - run : npm install -g pnpm@10.12.2
24+ - run : node --experimental-strip-types scripts/generate.ts
2425 - run : pnpm install
2526 - run : pnpm test:unit
2627
3334 with :
3435 node-version : ' 22'
3536 - run : npm install -g pnpm@10.12.2
37+ - run : node --experimental-strip-types scripts/generate.ts
3638 - run : pnpm install
3739 - run : pnpm build
3840 - run : pnpm test:integration
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import type { GraphQLClient } from 'graphql-request';
33import gql from 'graphql-tag' ;
44import { generate } from '@launchql/mjml' ;
55import { send as sendPostmaster } from '@constructive-io/postmaster' ;
6+ import { send as sendSmtp } from 'simple-smtp-server' ;
67import { parseEnvBoolean } from '@pgpmjs/env' ;
78
89const GetUser = gql `
Original file line number Diff line number Diff line change 1+ # @constructive-io /{{name}}-fn
2+
3+ {{description}}
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " ./tsconfig.json" ,
3+ "compilerOptions" : {
4+ "outDir" : " dist/esm" ,
5+ "module" : " es2022" ,
6+ "declaration" : false
7+ }
8+ }
You can’t perform that action at this time.
0 commit comments