From ef99ef48a8070a3f1f163eb39b4efef37f617dc4 Mon Sep 17 00:00:00 2001 From: Nev Date: Fri, 29 May 2026 22:01:36 -0700 Subject: [PATCH] chore: ai-react-js doesn't use rush anymore --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c77ceb3..d8f2887 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "build-ai": "cd temp/ai-js && node common/scripts/install-run-rush.js update --recheck --full && npm install && npm run rebuild", "test-ai-react": "npm run fetch-ai-react && npm run build-ai-react", "fetch-ai-react": "git clone https://github.com/microsoft/applicationinsights-react-js temp/ai-react-js", - "build-ai-react": "cd temp/ai-react-js && node common/scripts/install-run-rush.js update --recheck --full && npm install && npm run rebuild" + "build-ai-react": "cd temp/ai-react-js && npm install && npm run rebuild" }, "repository": { "type": "git",