Daniel Tschinder
Daniel Tschinder
npm should only be used internally here. I'm not really sure why `audit-ci` is using the version that semantic-release installs. To me this sounds like a problem in `audit-ci` as...
I tried adding includes and excludes, but that did not help. Is there any way to debug, so I could check what is taking so long sometimes, or why syntax...
To add to the last comment of Rendez: we have 2200 graphql template strings (across 2000 files) in the codebase so far, which most of them contain one `query` or...
Good idea, and totally possible for all the things the plugin does on its own, but what I'm just worried about is when people hook up there stuff (especially publish...
Thanks for the detailed description. I will check this soon
As a workaround you might be able to do ``` release { buildTasks = [] } ``` for the project that does not contain sourcecode. Does this work?
Ah now I got it. When you run `gradle build` it works and builds A1 and A2?
I think there are more problems, because there are really a broad spectrum of different setup types. But you are right this line was wrong. I fixed it in master...
:) Thanks I released 2.3.3 with this fix.
Can you please post your complete babel config? This seems unrelated to the parser. The error is coming from `@babel/types` so I guess some of the react/jsx optimization plugins goes...