File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 "clean:daemon" : " rm -f ~/.agent-device/daemon.json && rm -f ~/.agent-device/daemon.lock" ,
1818 "build:node" : " pnpm build && pnpm clean:daemon" ,
1919 "build:xcuitest" : " AGENT_DEVICE_IOS_CLEAN_DERIVED=1 xcodebuild build-for-testing -project ios-runner/AgentDeviceRunner/AgentDeviceRunner.xcodeproj -scheme AgentDeviceRunner -destination \" generic/platform=iOS Simulator\" -derivedDataPath ~/.agent-device/ios-runner/derived" ,
20- "build:clis" : " pnpm build:node" ,
2120 "build:all" : " pnpm build:node && pnpm build:xcuitest" ,
2221 "ad" : " node bin/agent-device.mjs" ,
2322 "format" : " prettier --write ." ,
24- "prepublishOnly" : " pnpm build:node " ,
25- "prepack" : " pnpm build:node " ,
23+ "prepublishOnly" : " pnpm build:all " ,
24+ "prepack" : " pnpm build:all " ,
2625 "typecheck" : " tsc -p tsconfig.json" ,
2726 "test" : " node --test" ,
2827 "test:unit" : " node --test src/__tests__/*.test.ts src/core/__tests__/*.test.ts src/daemon/__tests__/*.test.ts src/daemon/handlers/__tests__/*.test.ts src/platforms/**/__tests__/*.test.ts src/utils/**/__tests__/*.test.ts" ,
You can’t perform that action at this time.
0 commit comments