Skip to content

Commit 148b16b

Browse files
fix(test_downstream_projects): don't double build core while testing downstreams
1 parent bc595bc commit 148b16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"fixmaps:bundle": "tweak_sourcemap_paths -a --include '_bundles/**/*.js.map'",
1313
"prepublishOnly": "npm run build",
1414
"test": "karma start",
15-
"test:downstream": "npm run build && test_downstream_projects",
15+
"test:downstream": "test_downstream_projects",
1616
"docs": "generate_docs",
1717
"docs:publish": "generate_docs && publish_docs",
1818
"watch": "run-p watch:*",

0 commit comments

Comments
 (0)