Lynx/Modules/OTA Publisher/Installation
@sigx/lynx-updates-publisher · Beta

Installation#

Add @sigx/lynx-updates-publisher as a build/CI dev dependency.

Install the package#

Terminal
pnpm add -D @sigx/lynx-updates-publisher

It is a Node library used in your build/release scripts — there is no native module and no sigx prebuild step. If you already depend on @sigx/lynx-cli, publishUpdate is re-exported from there too.

Verify#

TypeScript
import { publishUpdate } from '@sigx/lynx-updates-publisher';

console.log(typeof publishUpdate); // 'function'