Skip to content

Commit 2aba0dc

Browse files
chore(tests): Use yarn workspace for test:downstream.
1 parent 40fc514 commit 2aba0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "run-s compile bundle fixmaps:*",
1212
"release": "release --deps @uirouter/core",
1313
"test": "karma start",
14-
"test:downstream": "npm run build && test_downstream_projects",
14+
"test:downstream": "npm run build && test_downstream_projects --workspace",
1515
"debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome",
1616
"package": "npm run build",
1717
"docs": "generate_docs && publish_docs",

0 commit comments

Comments
 (0)