Skip to content

Commit f67cd0f

Browse files
chore(test:downstream): do not use yarn workspace
1 parent c5ca3ac commit f67cd0f

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
@@ -21,7 +21,7 @@
2121
"test:ng14": "karma start --ngversion 1.4",
2222
"test:ng15": "karma start --ngversion 1.5",
2323
"test:ng16": "karma start --ngversion 1.6",
24-
"test:downstream": "npm run build && test_downstream_projects --workspace",
24+
"test:downstream": "npm run build && test_downstream_projects",
2525
"watch": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1",
2626
"debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome",
2727
"docs": "generate_docs",

0 commit comments

Comments
 (0)