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
The text was updated successfully, but these errors were encountered:
From: https://github.com/Automattic/studio/pull/166/files#r1613715724
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:patches/
directory to build a cache keynpm ci
vsnpm install
Let's review if it makes sense to bring those improvements upstream and use the main command in Studio.
Done is:
The text was updated successfully, but these errors were encountered: