-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add test apps for all supported angular version #79
Conversation
1666e92
to
10938e0
Compare
build2/reports/e2e/junit-results.xml
Outdated
@@ -0,0 +1,507 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be committed?
scripts/prepare-test-apps.sh
Outdated
npx yalc publish | ||
popd | ||
|
||
# npx lerna exec -- yarn install --frozen-lockfile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove comment
@@ -0,0 +1 @@ | |||
npx lerna exec -- npx yalc remove --all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can use yarn
instead of npx
. npx
might install a package using npm
which could cause an issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yarn removes --
in the command, which makes it cannot be executed. Also, since this command is just for no-hoisted packages, the package manager should not matter that much.
BREAKING CHANGE: use OKTA_AUTH injection token to inject oktaAuth instance (#79) * fixes prod build issue by introducing OKTA_AUTH injection token * add test apps * add changelog & migrating guide * add test apps readme OKTA-435165 <<<Jenkins Check-In of Tested SHA: 7b7fe1c for [email protected]>>> Artifact: okta-angular Files changed count: 286 PR Link: "#80"
Changes:
oktaAuth
instance withOKTA_AUTH
injection tokenlite-server
is added to serve the static assets.Todo: