Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 764 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (23 loc) · 764 Bytes

Contributing

Table of contents

Prerequisites

Prepare your environment for Node.js. We use volta to manage node versions. Follow the install guide for volta to get started.

Install

yarn install

Build

yarn build

Release

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.