Skip to content

Commit

Permalink
Fix missing resources files during email sender (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor-K authored Jun 20, 2024
1 parent 4977cb7 commit 8c39f8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/agreement-email-sender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"format:check": "prettier --check src",
"format:write": "prettier --write src",
"start": "node --loader ts-node/esm -r 'dotenv-flow/config' --watch ./src/index.ts",
"build": "tsc",
"build": "tsc && pnpm cpx './src/resources/**/*' './dist/resources'",
"check": "tsc --project tsconfig.check.json"
},
"keywords": [],
Expand All @@ -26,6 +26,7 @@
"@pagopa/eslint-config": "3.0.0",
"@types/node": "20.14.6",
"@types/uuid": "9.0.8",
"cpx2": "7.0.1",
"axios": "1.7.2",
"pagopa-interop-commons-test": "workspace:*",
"prettier": "2.8.8",
Expand Down
5 changes: 4 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c39f8a

Please sign in to comment.