-
Notifications
You must be signed in to change notification settings - Fork 16
Testing CBA migration
Manvel Saroyan edited this page Jan 17, 2021
·
1 revision
- Checkout
legacy
branch:git checkout legacy
- Remove dist folder if exist:
rm -rf dist
- build project:
npm run build:webpack
- Load extension as described in the README.md
- Start adding data to CBA legacy version(ex.: Projects, Actions, Functions and etc.)
- Checkout
master
branch:git checkout master
- Remove dist folder:
rm -rf dist
- build project:
npm run build:webpack
- Reload the extension:
- Navigate to
chrome://extensions
page. - Click reload icon next to the CBA item.
- Navigate to
- Ensure that legacy project data are available in the updated version.