From a17dc848691b1859aff827630ae3e8bc9d2264a0 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Wed, 3 Aug 2022 11:30:06 +0200 Subject: [PATCH] Fixed Admin HTML missing from NPM tarball refs https://github.com/TryGhost/Ghost/commit/f59b88967b68ae11d2c2a8bf9c5698ea6176ee5b - the npmignore rules meant that the Admin HTML was missing from the tarball produced by NPM --- ghost/core/.npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/core/.npmignore b/ghost/core/.npmignore index 21bac10044..7bfa203832 100644 --- a/ghost/core/.npmignore +++ b/ghost/core/.npmignore @@ -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/**