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
This commit is contained in:
Joey Parrish
2020-07-24 16:15:20 -07:00
parent de1a94aba2
commit 22065ce7ae
+1
View File
@@ -1,3 +1,4 @@
!core
.git
.gitattributes
.gitignore