Skip to content

Commit

Permalink
cicd fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-fabian committed May 1, 2024
1 parent f83bb69 commit a7a27cd
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 @@ -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": "mkdir dist/services/mail/templates && cp -r ./src/services/mail/templates dist/services/mail/templates"
"copy:mailTemplates": "cp -r ./src/services/mail/templates ./dist/services/mail/templates"
},
"peerDependencies": {
"@loopback/authentication": "10",
Expand Down

0 comments on commit a7a27cd

Please sign in to comment.