From 63cf0a69f9013653d16dd07a6c6309b378051cad Mon Sep 17 00:00:00 2001 From: Joel Mut Date: Wed, 11 Dec 2024 12:32:07 -0300 Subject: [PATCH] t2 --- libraries/botbuilder-vendors/package.json | 4 ++-- package.json | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libraries/botbuilder-vendors/package.json b/libraries/botbuilder-vendors/package.json index 6a8970f16d..735bc3cb80 100644 --- a/libraries/botbuilder-vendors/package.json +++ b/libraries/botbuilder-vendors/package.json @@ -11,8 +11,8 @@ "url": "https://github.com/Microsoft/botbuilder-js.git" }, "scripts": { - "install": "ts-node src/index.ts install", - "build": "ts-node src/index.ts build" + "postinstall": "ts-node src/index.ts install", + "postbuild": "ts-node src/index.ts build" }, "dependencies": { "fast-glob": "^3.3.2", diff --git a/package.json b/package.json index 113147f369..7de073ddf3 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,8 @@ } }, "scripts": { + "postinstall": "yarn workspace botbuilder-vendors postinstall", + "postbuild": "yarn workspace botbuilder-vendors postbuild", "browser-functional-test": "yarn workspace browser-functional-tests test", "build": "wsrun -e -m -t build", "build-docs": "wsrun -e -m build-docs",