Shahar Soel

Results 254 comments of Shahar Soel

Documentation related utils can be found here: - https://github.com/SAP/ui5-language-assistant/blob/master/packages/logic-utils/src/utils/documentation.ts Tests can be found here: - https://github.com/SAP/ui5-language-assistant/blob/master/packages/logic-utils/test/utils/documentation-spec.ts

Hello @andyfeller My specific question is not about the CLI but it seems very related to the topic and I'm hoping you can assist. You wrote: > Lastly, there is...

Thanks for the information @andyfeller

I am personally familiar with CircleCI and can set it up quickly if you want (and give me admin).

I'll have a look at this (probably on the weekend)

I did not forget about this, 😞 will try hard to reach this this weekend.

resolves #22 @matthew-dean: ### Build failures There seems to be a cyclic dependency, which needs to be resolved for the build to succeed. ![image](https://user-images.githubusercontent.com/4233843/108045311-fe863b00-704b-11eb-9e5a-25da8298d75a.png) ### Publishing - You will need...

> Do I want to do that? 😬 I've been doing it locally with lerna publish and then I get the benefit of choosing a version. I'm not sure I...

> Re: the cyclic dependency - Yes, I built a Rollup plugin for Jess, but ended up using it in the Jess command-line to create JS bundles. I'm not sure...

> If I can resolve this cyclic dependency, would I just run lerna ci locally to verify it's working? I think you would run: - `lerna clean` (to remove all...