Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: add angular 18 support #2168

Merged
merged 13 commits into from
May 24, 2024
Prev Previous commit
Next Next commit
fix: ng18 integration app dist folder
markwhitfeld committed May 23, 2024
commit 931c48aab8aecdb67363388c4d549dfa8f08743d
2 changes: 1 addition & 1 deletion integrations/hello-world-ng18/package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:run:ssr": "cypress run --spec=cypress/integration-ssr/*.ts",
"serve:integration:static": "serve dist-integration -s -l 4200 --cors",
"serve:integration:static": "serve dist-integration/browser -s -l 4200 --cors",
"e2e": "start-test serve:integration:static 4200 cy:open",
"e2e:ci": "start-test serve:integration:static 4200 cy:run"
},