mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
7 lines
256 B
JSON
7 lines
256 B
JSON
{
|
|
"projectType": "universal",
|
|
"e2e": [
|
|
{"cmd": "yarn", "args": ["e2e", "--configuration=production", "--protractor-config=e2e/protractor-bazel.conf.js", "--no-webdriver-update", "--port=0"]},
|
|
{"cmd": "yarn", "args": ["run", "build:ssr"]}
|
|
]
|
|
}
|