From 5a58424e8553f7213669b2264ee5ea6c65b699bd Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Fri, 24 Jul 2020 16:15:20 -0700 Subject: [PATCH] fix: Fix missing build/types/core in npm packages According to https://github.com/npm/npm-packlist/issues/24, a certain release of NPM started ignoring files named "core" implicitly, which broke the build system in our release packages starting with v2.5.11. This works around the issue by asking NPM explicitly _not_ to ignore that file. Closes #2752 Change-Id: I7d9fb45abe6cd70e02fc4bb14a08126f93b4cc0a --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index e904fff87e..52a16d81c1 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ +!core .git .gitattributes .gitignore