Skip to content

Commit 9ef918a

Browse files
committed
Updated typescript task
1 parent 52ef474 commit 9ef918a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/dev/typescript/projects.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ export const PROJECTS = [
5050
...glob
5151
.sync('test/plugin_functional/plugins/*/tsconfig.json', { cwd: REPO_ROOT })
5252
.map(path => new Project(resolve(REPO_ROOT, path))),
53+
...glob
54+
.sync('test/interpreter_functional/plugins/*/tsconfig.json', { cwd: REPO_ROOT })
55+
.map(path => new Project(resolve(REPO_ROOT, path))),
5356
];
5457

5558
export function filterProjectsByFlag(projectFlag?: string) {

0 commit comments

Comments
 (0)