fix(release): pass desktop build flags without the -- separator (#193) #972
ci.yml
on: push
Format, Lint, Typecheck, Test, Build
7m 2s
Browser Test
3m 38s
Release Smoke
56s
Deploy app.threadlines.dev
/
deploy
Annotations
10 warnings
|
eslint(no-unused-vars):
apps/server/src/orchestration/Layers/ProviderCommandReactor.test.ts#L366
apps/server/src/orchestration/Layers/ProviderCommandReactor.test.ts:366:39: Parameter '_' is declared but never used.
|
|
eslint(no-unused-vars):
apps/server/src/orchestration/Layers/ProviderCommandReactor.test.ts#L346
apps/server/src/orchestration/Layers/ProviderCommandReactor.test.ts:346:34: Parameter '_' is declared but never used.
|
|
eslint(no-unused-vars):
apps/server/src/orchestration/Layers/ProviderCommandReactor.test.ts#L287
apps/server/src/orchestration/Layers/ProviderCommandReactor.test.ts:287:59: Parameter '_' is declared but never used.
|
|
eslint(no-unused-vars):
apps/server/src/orchestration/Layers/ProviderCommandReactor.test.ts#L269
apps/server/src/orchestration/Layers/ProviderCommandReactor.test.ts:269:29: Parameter '_' is declared but never used.
|
|
eslint(no-unused-vars):
apps/web/src/environments/runtime/service.addSavedEnvironment.test.ts#L10
apps/web/src/environments/runtime/service.addSavedEnvironment.test.ts:10:53: Parameter '_' is declared but never used.
|
|
eslint(no-unused-vars):
apps/server/src/cli/config.test.ts#L712
apps/server/src/cli/config.test.ts:712:13: Variable 'derivedPaths' is declared but never used. Unused variables should start with a '_'.
|
|
react(set-state-in-effect):
apps/web/src/components/chat/ComposerNoticeDock.tsx#L30
apps/web/src/components/chat/ComposerNoticeDock.tsx:30:7: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(set-state-in-effect):
apps/web/src/components/chat/SubagentTranscript.tsx#L257
apps/web/src/components/chat/SubagentTranscript.tsx:257:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(set-state-in-effect):
apps/web/src/components/chat/ComposerPendingPickedElementContexts.tsx#L97
apps/web/src/components/chat/ComposerPendingPickedElementContexts.tsx:97:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
eslint(no-unused-vars):
apps/web/src/components/chat/rightPanelLauncherState.test.ts#L35
apps/web/src/components/chat/rightPanelLauncherState.test.ts:35:10: Function 'buildRun' is declared but never used.
|