We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f72ea9 commit bae05cfCopy full SHA for bae05cf
package.json
@@ -21,7 +21,7 @@
21
"test:ng14": "karma start --ngversion 1.4",
22
"test:ng15": "karma start --ngversion 1.5",
23
"test:ng16": "karma start --ngversion 1.6",
24
- "test:downstream": "npm run build && test_downstream_projects",
+ "test:downstream": "test_downstream_projects",
25
"watch": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1",
26
"debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome",
27
"docs": "generate_docs",
0 commit comments