Closed DoubleBouble closed 5 years ago
It will resolve problems with building of frontent. May have to reset not commited frontend, if was issue in deploy. Use command git reset --hard before pulling changes. After changes was pulled from origin, run command npm run dev or npm run prod
git reset --hard
npm run dev
npm run prod
It will resolve problems with building of frontent. May have to reset not commited frontend, if was issue in deploy. Use command
git reset --hard
before pulling changes. After changes was pulled from origin, run commandnpm run dev
ornpm run prod