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 error with stylelint paths
To run node binaries, our build scripts parse the package.json file from a node module to find the path to its bin files. Instead of this: "bin": { "stylelint": "path/to/stylelint.js" }, I found this: "bin": "path/to/stylelint.js" Now we accept both formats. I'm not sure why/how/when this changed, or if it has to do with our fork of stylelint. Change-Id: I5b804c5e90186195ad5d60536e200eb83c42e801
- Loading branch information