mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
4338454e1d
Recently validation was added for our build configuration as part of the PR #12438. This had the unintended consequence of making all builds from forks fail because they don't get secrets injected. Specifically it was the missing `INFURA_PROJECT_ID` that made the builds fail. The Infura project ID is no longer required for building. In practice it's still required for doing anything with a build but running e2e tests, but that's all we need to do in CI anyway. |
||
---|---|---|
.. | ||
build | ||
highlights | ||
lib | ||
announcer.js | ||
chromereload.js | ||
create-static-server.js | ||
empty.js | ||
generate-migration.sh | ||
gource-viz.sh | ||
jest.config.js | ||
metamaskbot-build-announce.js | ||
missing-locale-strings.js | ||
mock-3box.js | ||
mock-segment.js | ||
README.md | ||
run-ganache.sh | ||
sentry-publish.js | ||
sentry-upload-artifacts.sh | ||
shellcheck.sh | ||
show-deps-install-scripts.js | ||
source-map-explorer.sh | ||
sourcemap-validator.js | ||
static-server.js | ||
stream-flat-map.js | ||
verify-locale-strings.js |
Development
Several files which are needed for developing on MetaMask.
Usually each file or directory contains information about its scope / usage.