From 148b16ba55fd60bf8b6086f52dc11013236532fc Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Mon, 28 Jan 2019 13:19:46 -0800 Subject: [PATCH] fix(test_downstream_projects): don't double build core while testing downstreams --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2185d28c..ee586e2b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "fixmaps:bundle": "tweak_sourcemap_paths -a --include '_bundles/**/*.js.map'", "prepublishOnly": "npm run build", "test": "karma start", - "test:downstream": "npm run build && test_downstream_projects", + "test:downstream": "test_downstream_projects", "docs": "generate_docs", "docs:publish": "generate_docs && publish_docs", "watch": "run-p watch:*",