npm scripts
From repository root (package.json):
Development
bash
npm run dev # server with THIRDFLARE_WEBUI=1
npm run check # syntax check all modules + UITests
bash
npm run test:all # all Plane M suites
npm run test:integration
npm run test:mock-warp
npm run test:openapi
npm run test:update
npm run test:notify
npm run test:registration
npm run test:killswitch
npm run test:ui # Playwright (mock daemon)
npm run test:warp:real # real warp-cli (soft-skip unless required)
npm run verify:installPackaging
bash
npm run package:stage
npm run package:deb
# see docs/PACKAGING.md in repo for full matrixPrefer ./thirdflare-one test all as the operator-facing alias for contributors.