App commands
Run these from the repository root.Platform builds
CatalystAnalytics plugin
Fromcatalyst-plugin/:
catalyst-plugin/build/libs/CatalystAnalytics.jar.
Useful verification path
1
Type-check
Run
npm run typecheck after TypeScript changes.2
Run unit tests
Run
npm run test:unit for main-process and utility behavior.3
Run the app
Use
npm run dev to verify renderer flows and IPC behavior.4
Package when needed
Use the platform build scripts before release testing.
