mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-18 15:38:10 +00:00
- 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.