chore: Update TS tasklist script (#17691)

This commit is contained in:
Erik Ritter 2021-12-09 22:28:42 -08:00 committed by GitHub
parent dad8c20af7
commit 8e69b2db34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
const { readdirSync } = require("fs");
const process = require("process");
const INITIAL_DIRECTORIES = ["spec", "src"];
const INITIAL_DIRECTORIES = ["spec", "src", "packages"];
const DEFAULT_DIRECTORY = process.cwd();
const getDirectories = (source) =>