Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 813 Bytes

dev.md

File metadata and controls

32 lines (22 loc) · 813 Bytes

Developers FAQ

Build & Test?

npm run build
npm run test

Release?

npm login
npm run clean
npm run build
np

Check outdated packages?

npm outdated

Use examples?

Every example has link.sh and unlink.sh that links the current build locally.

Issues to not forget:

  • ⚠️ 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.