Skip to content

Commit

Permalink
yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Nov 21, 2024
1 parent b363cbd commit 1a7774b
Show file tree
Hide file tree
Showing 4 changed files with 8,441 additions and 5,827 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/keycloakify-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,5 @@ jobs:
run: yarn install --immutable
- name: Build
run: yarn build
- name: Build storybook
run: yarn build-storybook
- name: Build keycloak theme
run: yarn build-keycloak-theme
1 change: 1 addition & 0 deletions keycloak/keycloakify/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
2 changes: 1 addition & 1 deletion keycloak/keycloakify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"storybook": "^8.1.10",
"@storybook/react": "^8.1.10",
"@storybook/react-vite": "^8.1.10",
"@types/react": "^18.2.43",
Expand All @@ -35,6 +34,7 @@
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-storybook": "^0.8.0",
"prettier": "3.3.1",
"storybook": "^8.1.10",
"typescript": "^5.2.2",
"vite": "^5.0.8"
},
Expand Down
Loading

0 comments on commit 1a7774b

Please sign in to comment.