Skip to content

TypeScript Deployment

Orta edited this page Sep 24, 2019 · 3 revisions

LKG

The version of TypeScript which is published to npm comes from the Last Known Good (LKG) version of TypeScript. The bundled version of the LKG build is committed into the repo inside the lib as is always available.

The LKG version of TypeScript is the version of the compiler you would use to work on TypeScript inside this repo.

Publish to NPM

Publishing to npm will submit the LKG version of TypeScript to npm. This means that to update a deploy you would need to run:

gulp LKG
npm publish
Clone this wiki locally