Skip to content

Commit

Permalink
build(node): lint system-test and test (#970)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeffrey Rennie <rennie@google.com>
  • Loading branch information
bcoe and SurferJeffAtGoogle authored Mar 4, 2021
1 parent d0bdade commit 6056faa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion synthtool/languages/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,13 @@ def fix_hermetic(hide_output=False):
)
logger.debug("Running fix...")
shell.run(
[f"{_TOOLS_DIRECTORY}/node_modules/.bin/gts", "fix", "src"],
[
f"{_TOOLS_DIRECTORY}/node_modules/.bin/gts",
"fix",
"src",
"test",
"system-test",
],
check=True,
hide_output=hide_output,
)
Expand Down

0 comments on commit 6056faa

Please sign in to comment.