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
I believe that changing any file in the source causes the TS flake to redownload all dependencies.
A fix would be to probably create the node_modules by only copying the package.json and package-lock.json in hopes of convincing nix that the dependencies haven't changed.
The text was updated successfully, but these errors were encountered:
I believe that changing any file in the source causes the TS flake to redownload all dependencies.
A fix would be to probably create the
node_modules
by only copying thepackage.json
andpackage-lock.json
in hopes of convincing nix that the dependencies haven't changed.The text was updated successfully, but these errors were encountered: