From 51e6b4b14663a343e4c7aadce5162595b438bbda Mon Sep 17 00:00:00 2001 From: Chengdong Zhang Date: Mon, 27 Jul 2026 18:00:30 +0800 Subject: [PATCH] docs: correct standalone development commands --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 75a4c2b..dd95d09 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,9 @@ Obtain a pairing token from Slack: `/pi local new`. ## Development -From monorepo root: +From the extension repository: ```bash -npm run build -w packages/shared -npm run build -w packages/connect-local -npm run test -w packages/connect-local +npm run build +npm test ```