When running npm run bootstrap or npm run deploy we should first check that the local branch has all the changes from the remote repo's branch (on Github). If out-of-date we should prompt for confirmation that we should proceed.
This will prevent users from accidentally deploying older code.
When running
npm run bootstrap
ornpm run deploy
we should first check that the local branch has all the changes from the remote repo's branch (on Github). If out-of-date we should prompt for confirmation that we should proceed.This will prevent users from accidentally deploying older code.