Skip to content

Commit 6056faa

Browse files
build(node): lint system-test and test (#970)
Co-authored-by: Jeffrey Rennie <[email protected]>
1 parent d0bdade commit 6056faa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

synthtool/languages/node.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,13 @@ def fix_hermetic(hide_output=False):
193193
)
194194
logger.debug("Running fix...")
195195
shell.run(
196-
[f"{_TOOLS_DIRECTORY}/node_modules/.bin/gts", "fix", "src"],
196+
[
197+
f"{_TOOLS_DIRECTORY}/node_modules/.bin/gts",
198+
"fix",
199+
"src",
200+
"test",
201+
"system-test",
202+
],
197203
check=True,
198204
hide_output=hide_output,
199205
)

0 commit comments

Comments
 (0)