Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions scripts/update-toolkit-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {

Expand Down