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 install_npm_packages command installs NPM packages. It was a bit limited for Studio, so Studio used a custom shell script, with the notable differences:
use patches/ directory to build a cache key
use npm ci vs npm install
Let's review if it makes sense to bring those improvements upstream and use the main command in Studio.
Done is:
We review if it's with porting Studio NPM install script to upstream