Skip to content

Commit 56aac2a

Browse files
committed
chore: prepack with build:all
1 parent feeee5e commit 56aac2a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@
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",

0 commit comments

Comments
 (0)