Skip to content

Technical Documentation

Luís Marques edited this page Aug 24, 2023 · 88 revisions

Before any new PR is done, a test case should run following the steps described below:

  1. Rename src/ to _src/
  2. $ npm run init
  3. Delete the new src/ and rename _src/ to src/
  4. $ npm run build
  5. Check configurations of cdc-accelerator.preferences-center.com/ in build/ including the imported JS files in the webSdk.js file and the PreferencesCenter-Landing.js screen-set
  6. $ npm start
  7. Check if features look okay in the preview and without errors in the console
  8. $ npm run deploy
  9. Validate if configurations on /build were correctly sent to CDC

Clone this wiki locally