From d6c24d03d9b9dc90b7a215eb8061aacf9eb891cc Mon Sep 17 00:00:00 2001 From: "penify-dev[bot]" <146478655+penify-dev[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 14:22:03 +0000 Subject: [PATCH] [Penify]: Documentation for commit - 540b7ad --- scripts/update-toolkit-package.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/scripts/update-toolkit-package.js b/scripts/update-toolkit-package.js index 5854cd3f..23b01e8c 100644 --- a/scripts/update-toolkit-package.js +++ b/scripts/update-toolkit-package.js @@ -6,17 +6,7 @@ const util = require('util'); const execShellCommand = util.promisify(exec); /** - * This script automates the process of installing the latest version of the - * toolkit package in every sample extension. - * - * Run `node scripts/update-toolkit-package.js` from the root directory - * of this repository. - * - * Updating the script: - * - * To update this script to include a new directory, add a new call to the - * `installLatestToolkitPackage` function within the `main` function below. - * + * Updates the toolkit package to the latest version in specified directories. */ async function main() {