Skip to content

Commit 1f90fbe

Browse files
chore(test:downstream): do not use yarn workspace
1 parent 5514ee1 commit 1f90fbe

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": "test_downstream_projects --workspace",
14+
"test:downstream": "test_downstream_projects",
1515
"debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome",
1616
"package": "npm run build",
1717
"docs": "generate_docs",

0 commit comments

Comments
 (0)