Page MenuHomePhabricator

[docs] Fix `generate-olm-config.js` script in `dev_environment` docs
ClosedPublic

Authored by atul on Apr 5 2022, 11:12 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 22, 8:55 PM
Unknown Object (File)
Wed, Aug 21, 7:05 AM
Unknown Object (File)
Wed, Aug 21, 7:05 AM
Unknown Object (File)
Tue, Aug 20, 12:16 PM
Unknown Object (File)
Tue, Aug 20, 10:58 AM
Unknown Object (File)
Tue, Aug 20, 9:56 AM
Unknown Object (File)
Tue, Aug 20, 9:55 AM
Unknown Object (File)
Tue, Aug 20, 9:25 AM

Details

Summary

filename suffix should've been .js not .json

Test Plan

didn't work before, now it does work

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul requested review of this revision.Apr 5 2022, 11:18 AM
This revision is now accepted and ready to land.Apr 5 2022, 7:25 PM

I think I saw @yayabosh mention this in one of the tasks he created relating to the dev environment instructions

Yup, it should be yarn script dist/scripts/generate-olm-config.js because the JSON file does not exist, and it looks like that was the change that was made!