We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106a5f6 commit a016c35Copy full SHA for a016c35
1 file changed
package.json
@@ -14,7 +14,8 @@
14
"scripts": {
15
"lint": "node --eval \"console.log('no lint')\"",
16
"build": "rslib build",
17
- "build:node": "pnpm build && rm -f ~/.agent-device/daemon.json",
+ "clean:daemon": "rm -f ~/.agent-device/daemon.json && rm -f ~/.agent-device/daemon.lock",
18
+ "build:node": "pnpm build && pnpm clean:daemon",
19
"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",
21
"build:all": "pnpm build:node && pnpm build:xcuitest",
0 commit comments