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

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) =>