mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
🐛 Fixed missing mail templates in npm package (#9369)
closes #9368 - when the mail service was moved in a recent refactor the `.npmignore` was not updated resulting in the mail templates being excluded from the npm package - updates `.npmignore` list with the new mail templates location
This commit is contained in:
parent
341f719d92
commit
44a9e1901b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ SECURITY.md
|
|||
.travis.yml
|
||||
*.html
|
||||
!core/server/web/admin/views/**
|
||||
!core/server/mail/templates/**
|
||||
!core/server/services/mail/templates/**
|
||||
bower_components/**
|
||||
.editorconfig
|
||||
gulpfile.js
|
||||
|
|
Loading…
Reference in a new issue