angular/aio/content/examples/ssr/example-config.json
2023-10-26 12:30:59 -07:00

7 lines
239 B
JSON

{
"projectType": "ssr",
"e2e": [
{"cmd": "yarn", "args": ["e2e", "--configuration=production", "--protractor-config=e2e/protractor-bazel.conf.js", "--no-webdriver-update", "--port=0"]},
{"cmd": "yarn", "args": ["build"]}
]
}