mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-13 15:46:46 +03:00
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:
@@ -1,3 +1,4 @@
|
||||
!core
|
||||
.git
|
||||
.gitattributes
|
||||
.gitignore
|
||||
|
||||
Reference in New Issue
Block a user