Skip to content

Commit

Permalink
fix: templates folder being deleted in prod.
Browse files Browse the repository at this point in the history
  • Loading branch information
aniebietafia committed Jan 29, 2025
1 parent d066024 commit efd0d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brints-estate-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"license": "MIT",
"scripts": {
"build": "nest build && cp -R src/messaging/email/mailgun-service/templates dist/src/messaging/email/mailgun-service/templates",
"build": "nest build && sleep 2 && cp -r src/messaging/email/mailgun-service/templates dist/src/messaging/email/mailgun-service/templates",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "NODE_ENV=production nest start",
"start:dev": "NODE_ENV=development nest start --watch",
Expand Down

0 comments on commit efd0d29

Please sign in to comment.