Skip to content

Commit bae05cf

Browse files
chore(ci): Do not double build package before running downstream tests
1 parent 3f72ea9 commit bae05cf

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",
24+
"test:downstream": "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)