Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# All files require review from the CIAM team
* @SecureAuthCorp/team-eng-ciam-ui-write
# All files require review
* @ksroda-sa
# * @SecureAuthCorp/team-eng-ciam-ui-write

# GitHub Actions and CI config
.github/ @SecureAuthCorp/devops
.github/ @ksroda-sa
# .github/ @SecureAuthCorp/devops
2 changes: 2 additions & 0 deletions .github/workflows/extract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: corepack enable

- name: Install dependencies
working-directory: scripts
run: yarn install --immutable

- name: Aggregate manifests
Expand Down Expand Up @@ -64,6 +65,7 @@ jobs:
run: corepack enable

- name: Install dependencies
working-directory: scripts
run: yarn install --immutable

- name: Aggregate manifests
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Enable Corepack
run: corepack enable
- name: Install dependencies
working-directory: ${{ matrix.project }}
run: yarn install --immutable
- name: Check formatting
working-directory: ${{ matrix.project }}
Expand Down
8 changes: 0 additions & 8 deletions package.json

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions samples/react/login-pkce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@ciam-quickstart/react-login-pkce",
"private": true,
"packageManager": "yarn@4.13.0",
"version": "0.0.1",
"scripts": {
"dev": "vite",
Expand Down
Loading
Loading