We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540b7ad commit b4d84ecCopy full SHA for b4d84ec
scripts/update-toolkit-package.js
@@ -30,6 +30,7 @@ async function main() {
30
}
31
32
async function installLatestToolkitPackage(rootDir, installDir = '') {
33
+
34
try {
35
const dirs = getSubDirectories(rootDir);
36
for (const dir of dirs) {
0 commit comments