Skip to content

Commit

Permalink
updated packages, copy:mailTemplates now has an mkdir builtin
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-fabian committed May 1, 2024
1 parent 3022c9f commit f83bb69
Show file tree
Hide file tree
Showing 3 changed files with 7,470 additions and 7,588 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"copy:readme": "cp ./README.md dist/README.md",
"copy:license": "cp ./LICENSE.md dist/LICENSE.md",
"copy:contributing": "cp ./CONTRIBUTING.md dist/CONTRIBUTING.md",
"copy:mailTemplates": "cp -r ./src/services/mail/templates dist/services/mail/templates"
"copy:mailTemplates": "mkdir dist/services/mail/templates && cp -r ./src/services/mail/templates dist/services/mail/templates"
},
"peerDependencies": {
"@loopback/authentication": "10",
Expand Down
Loading

0 comments on commit f83bb69

Please sign in to comment.