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 default inputs or the explicit "$TURBO_DEFAULT$" requires the .gitignore to exist. The prune command only copies the package.json and a subset of the lock file.
Non-goals
No response
Background
It was quite a pain to find out what was wrong in the CI. It took me some good hours to find the culprit of my issue.
Proposal
The prune command should copy the .gitignore file by default, so the remote cache works out of the box.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
The default
inputs
or the explicit"$TURBO_DEFAULT$"
requires the.gitignore
to exist. Theprune
command only copies thepackage.json
and a subset of the lock file.Non-goals
No response
Background
It was quite a pain to find out what was wrong in the CI. It took me some good hours to find the culprit of my issue.
Proposal
The
prune
command should copy the.gitignore
file by default, so the remote cache works out of the box.Beta Was this translation helpful? Give feedback.
All reactions