Skip to content

Commit

Permalink
chore: update location of mjml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrastopoulos committed Feb 4, 2025
1 parent debbfb3 commit 6afe1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "dist/src/index.js",
"scripts": {
"build": "rm -rf dist && tsc --build && copyfiles -u 1 **/*.mjml dist",
"build": "rm -rf dist && tsc --build && copyfiles -u 1 **/*.mjml dist/src",
"start": "doppler setup -p tartanhacks-backend -c prd && doppler run -- node . || echo \"Did you run 'npm run build'?\"",
"start-stg": "doppler setup -p tartanhacks-backend -c stg && doppler run -- node . || echo \"Did you run 'npm run build'?\"",
"start-dev": "doppler setup -p tartanhacks-backend -c dev && doppler run -- node . || echo \"Did you run 'npm run build'?\"",
Expand Down

0 comments on commit 6afe1c0

Please sign in to comment.