Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 592 Bytes

File metadata and controls

25 lines (17 loc) · 592 Bytes

TypeScript Workspace Contributing Notes

The canonical contribution process for NitroStack lives at ../CONTRIBUTING.md.

Use this file only for workspace-specific notes.

Workspace Scope

This directory contains the TypeScript packages:

Local Checks (from typescript/)

npm install
npm run lint
npm test

For detailed package-linking and local integration workflows, see ./LOCAL_DEVELOPMENT.md.