Fixed Admin HTML missing from NPM tarball

refs f59b88967b

- the npmignore rules meant that the Admin HTML was missing from the
  tarball produced by NPM
This commit is contained in:
Daniel Lockyer 2022-08-03 11:30:06 +02:00
parent 3c47d61e68
commit a17dc84869
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD

View File

@ -53,6 +53,7 @@ SECURITY.md
renovate.json
*.html
!core/frontend/src/admin-auth/*.html
!core/built/admin/**/*.html
!core/server/views/**
!core/server/services/mail/templates/**
bower_components/**