Skip to content

Commit

Permalink
chore: Update TS tasklist script (#17691)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Ritter authored Dec 10, 2021
1 parent dad8c20 commit 8e69b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_frontend_ts_tasklist.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) =>
Expand Down

0 comments on commit 8e69b2d

Please sign in to comment.