Skip to content

Commit

Permalink
fix: Fix missing build/types/core in npm packages
Browse files Browse the repository at this point in the history
According to npm/npm-packlist#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
  • Loading branch information
joeyparrish committed Jul 25, 2020
1 parent de1a94a commit 22065ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
!core
.git
.gitattributes
.gitignore
Expand Down

0 comments on commit 22065ce

Please sign in to comment.