diff --git a/BUILD.gn b/BUILD.gn index 228175e7..6872069f 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -34,7 +34,7 @@ action("gen_node_modules") { action("gen_snapshot") { script = "//third_party/jsframework/js_framework_build.sh" - deps = [ ":gen_node_modules" ] + #deps = [ ":gen_node_modules" ] js_framework = "//third_party/jsframework/runtime" is_mac = "false"