Skip to content

Commit a016c35

Browse files
committed
chore: add cleaning daemon.lock to build:node script
1 parent 106a5f6 commit a016c35

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"scripts": {
1515
"lint": "node --eval \"console.log('no lint')\"",
1616
"build": "rslib build",
17-
"build:node": "pnpm build && rm -f ~/.agent-device/daemon.json",
17+
"clean:daemon": "rm -f ~/.agent-device/daemon.json && rm -f ~/.agent-device/daemon.lock",
18+
"build:node": "pnpm build && pnpm clean:daemon",
1819
"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",
1920
"build:clis": "pnpm build:node",
2021
"build:all": "pnpm build:node && pnpm build:xcuitest",

0 commit comments

Comments
 (0)