forked from shaka-project/shaka-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix build failure in context of node module
Building Shaka Player after installing it via node currently results in a build failure. This is because stylelint wants to filter out any sources that match the glob **/node_modules/**, which in that context is all of our sources. To fix the failure, we add the --disable-default-ignores flag to the stylelint command line. We also had a similar hard-coded exclusion in build.py, which is now fixed, as well. Change-Id: I33f6619ebaccce1e1efa5da68e31cd49036addcd
- Loading branch information
1 parent
ea90fbd
commit 7d1a047
Showing
2 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters