npm run build
npm run test
npm login
npm run clean
npm run build
np
Every example has link.sh and unlink.sh that links the current build locally.
- ⚠️ Update
types/highlight.js.d.ts manually from here. It is NOT fetched automatically.
- ⛔️ TypeScript adds
.default to a globally defined import. That is a problem between global TS definitions and common modules (something like that.) See this. Search for @ts-ignore DEFAULT-ISSUE. Unresolved.