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
it seems that yarn integrity check only runs for rails app and not when i run bin/webpack or bin/webpack-dev-server. Dou you think that would be beneficial?
In most cases my lockfile is ok but the actual package is missing i.e. i pulled new commits and didn't run yarn install. yarn check --integrity won't catch it though. On the other hand running a full yarn check on each rails command might be a performance hit. what do you think?
The text was updated successfully, but these errors were encountered:
it seems that yarn integrity check only runs for rails app and not when i run
bin/webpack
orbin/webpack-dev-server
. Dou you think that would be beneficial?In most cases my lockfile is ok but the actual package is missing i.e. i pulled new commits and didn't run
yarn install
.yarn check --integrity
won't catch it though. On the other hand running a fullyarn check
on each rails command might be a performance hit. what do you think?The text was updated successfully, but these errors were encountered: