Prepare your environment for Node.js. We use volta to manage node versions. Follow the install guide for volta to get started.
yarn install
yarn build
Note: this step can only be done by the Sajari engineering team.
After building the distribution, copy it to the website
repository.
cp dist/website-search-1.4.js /path/to/code.sajari.com/website/appengine/public-assets/js/integrations/
Then in the website
repo, deploy the updated public assets to the CDN.