cd web
grep -r 'CashTab' cashtab-components/ should return no results
cd cashtab
grep -r 'CashTab' extension/ should return no results (excluding files in dist dir)
Then:
cd web/cashtab
npm run extension
confirm that clicking on a cashtab badge button still opens the extension
cd web/cashtab-components
npm run storybook
Confirm that storybook runs