Skip to content

Commit

Permalink
fix(ci): potential fix for SSR cypress failures (#5847)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloff200 authored Jul 6, 2020
1 parent cedc15d commit f975df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"cy:run:all": "APPLITOOLS_CONCURRENCY=100 cypress run --config integrationFolder=cypress --spec '**/*_spec.ts'",
"cy:run:snapshot": "APPLITOOLS_CONCURRENCY=100 cypress run --config integrationFolder=cypress/snapshot",
"view-stats": "webpack-bundle-analyzer demo/dist/stats.json",
"build:ssr": "run-s build build:client-and-server-bundles webpack:server configure-heroku",
"build:ssr": "run-s build.latest build:client-and-server-bundles webpack:server configure-heroku",
"serve:ssr": "node demo/dist/server",
"build:client-and-server-bundles": "ng build --prod && ng run ngx-bootstrap:server",
"webpack:server": "webpack --config ./scripts/universal/webpack.server.config.js --progress --colors",
Expand Down

0 comments on commit f975df2

Please sign in to comment.