Commit 5045ec3b authored by Cole Bemis's avatar Cole Bemis

chore: Add comment to sync-algolia script

parent 0d65b576
......@@ -15,6 +15,7 @@ if (
}
function syncAlgolia() {
// ALGOLIA_ADMIN_KEY must be added as an environment variable in Travis CI
const client = algolia(ALGOLIA_APP_ID, process.env.ALGOLIA_ADMIN_KEY);
const index = client.initIndex('icons');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment