mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
e1efb4d7ac
* ci - install deps - limit install scripts to those needed for build * Update .circleci/scripts/deps-install.sh Co-Authored-By: Mark Stacey <markjstacey@gmail.com> * ci - install deps - expand install scripts needed for tests * ci - install deps - expand install scripts needed for integration tests * ci - install deps - fix node-sass script ref * github - set codeowners for scripts/deps-install * development - add utility to show deps with install scripts * lint fix * deps - move read-installed to devDeps
8 lines
395 B
Plaintext
8 lines
395 B
Plaintext
# Lines starting with '#' are comments.
|
|
# Each line is a file pattern followed by one or more owners.
|
|
|
|
package.json @danjm @whymarrh @Gudahtt
|
|
yarn.lock @danjm @whymarrh @Gudahtt
|
|
ui/ @danjm @whymarrh @Gudahtt
|
|
app/scripts/controllers/transactions @frankiebee
|
|
.circleci/scripts/deps-install.sh @kumavis @Gudahtt |