Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add git stash to full-start #1820

Merged
merged 1 commit into from
Oct 4, 2023
Merged

Conversation

subtosharki
Copy link
Contributor

to avoid package.json custom port issues

to avoid package.json custom port issues
@burnoutprojects
Copy link

burnoutprojects commented Oct 3, 2023

You don't apply stashed files after git pull 🙂. You can add git stash apply or git stash pop after git pull

@subtosharki
Copy link
Contributor Author

if there were changes to the package.json and i did either of those wouldnt it remove the changes that git pull just did? before the app starts it applies the port to the script if its not present so im not too worried about not getting my old package.json back

@casperiv0 casperiv0 merged commit d9eef6f into SnailyCAD:main Oct 4, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants