You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following npm scripts do not require IDE2/Theia dependencies to be installed:
"i18n:push",
"i18n:pull",
"themes:pull", and
"themes:generate"
But the corresponding GH Actions run yarn and expect all the IDE2/Theia dependencies to be installed. The current way is not just inefficient but does not make much sense.
Please create dedicated npm projects inside the IDE2 project for updating the themes and translations, and run them without installing IDE2.
Describe the request
The following npm scripts do not require IDE2/Theia dependencies to be installed:
"i18n:push"
,"i18n:pull"
,"themes:pull"
, and"themes:generate"
But the corresponding GH Actions run
yarn
and expect all the IDE2/Theia dependencies to be installed. The current way is not just inefficient but does not make much sense.Please create dedicated
npm
projects inside the IDE2 project for updating the themes and translations, and run them without installing IDE2.Describe the current behavior
See request above.
Arduino IDE version
Original report
ca47e8a
Last verified with
9a6a457
Operating system
N/A
Operating system version
It's for the workflow with GH Actions
Additional context
#1348
Issue checklist
The text was updated successfully, but these errors were encountered: