diff --git a/packages/hoppscotch-backend/package.json b/packages/hoppscotch-backend/package.json index 2d66f311..6e427efd 100644 --- a/packages/hoppscotch-backend/package.json +++ b/packages/hoppscotch-backend/package.json @@ -7,11 +7,13 @@ "license": "UNLICENSED", "files": [ "prisma", - "dist" + "dist", + "src/mailer/templates" ], "scripts": { "prebuild": "rimraf dist", "build": "nest build", + "postbuild": "mkdir -p dist/mailer && cp -r src/mailer/templates dist/mailer/templates", "generate-gql-sdl": "cross-env GQL_SCHEMA_EMIT_LOCATION='../../../gql-gen/backend-schema.gql' GENERATE_GQL_SCHEMA=true WHITELISTED_ORIGINS='' nest start", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", "start": "nest start",