Instantly share code, notes, and snippets.

Embed
What would you like to do?
git fetch
git reset --hard origin/master
git clean -xdf
rm package-lock.json app/package-lock.json
npm install
npm run rebuild
npm start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment