Index: tool/presubmit.sh |
diff --git a/tool/presubmit.sh b/tool/presubmit.sh |
index 880ad50dc8f8908ba459d8617a8cf292c8ca54fa..54308c101caa8e406be0d5e123dd59df3c802b4c 100755 |
--- a/tool/presubmit.sh |
+++ b/tool/presubmit.sh |
@@ -4,5 +4,6 @@ DIR=$(dirname "${BASH_SOURCE[0]}") |
$DIR/build_sdk.sh |
$DIR/test.sh |
$DIR/browser_test.sh |
+$DIR/node_test.sh |
$DIR/analyze.sh |
$DIR/format.sh |