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
F3173283: D3621.id11119.diff
Thu, Nov 7, 3:06 PM
Unknown Object (File)
Wed, Nov 6, 11:39 AM
Unknown Object (File)
Tue, Nov 5, 1:33 AM
Unknown Object (File)
Mon, Oct 14, 11:00 PM
Unknown Object (File)
Oct 4 2024, 1:07 PM
Unknown Object (File)
Sep 18 2024, 3:58 PM
Unknown Object (File)
Sep 15 2024, 11:32 PM
Unknown Object (File)
Sep 15 2024, 1:38 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
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

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!