mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-11 05:06:57 +00:00
824df7e916
- scripts/backend.js: We incorrectly set an environment variable to a boolean, when in fact it must be a string. Fixed it to set a string value "true", and updated usage in config/babel.js - scripts/test.js: No changes - scripts/build.js: Removed a call to printHostingInstructions, so that we don't need to require the package.json. Test plan: `yarn travis --full` passes, and the SourceCred cli still works.