Skip to content

Commit

Permalink
added copyTemplates to build
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-fabian committed May 1, 2024
1 parent 28f1ceb commit e82dcc8
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 @@ -25,7 +25,7 @@
"author": "Tim Fabian",
"scripts": {
"tsc": "lb-tsc",
"build": "npm run clean && npm run tsc",
"build": "npm run clean && npm run tsc && npm run copy:mailTemplates",
"build:prod": "npm run clean && npm run tsc && npm run copy:readme && npm run copy:license && npm run copy:contributing && npm run copy:mailTemplates",
"build:watch": "npm run build --watch",
"lint": "eslint --report-unused-disable-directives . --max-warnings 0",
Expand Down

0 comments on commit e82dcc8

Please sign in to comment.