Skip to content

Commit

Permalink
fix(test_downstream_projects): don't double build core while testing …
Browse files Browse the repository at this point in the history
…downstreams
  • Loading branch information
christopherthielen committed Jan 28, 2019
1 parent bc595bc commit 148b16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down

0 comments on commit 148b16b

Please sign in to comment.