Replies: 1 comment 1 reply
-
I don't think that would be necessary, your version control should be able to manage this and switch back / revert files to the same state (including .next files) to a point in time on your local machine where they were untouched. Hope that makes sense. If you run into into issues, you can always stop / start the local dev server, just to be extra sure. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When switching between development branches, is there a type of "clean" that should be run, sorry coming from a Java/Maven world. I understand when updating a project or switching branches of doing "npm install" for any new libraries added to the package.json, but what about files that may be in next directories after running a build and then updating the project and some of the js/jsx files have been removed. Will the old files still be around or does the "npm run build" clean out build directories from previous builds?
Beta Was this translation helpful? Give feedback.
All reactions