This commit is contained in:
Joseph Garrone
2021-02-27 02:15:17 +01:00
parent a57700f978
commit 867b9b6965
5 changed files with 43 additions and 21 deletions

View File

@ -42,12 +42,10 @@ Typically you will get:
`package.json`:
```json
"devDependencies": {
"keycloak-react-theming": "^0.0.10",
[...]
"keycloak-react-theming": "^0.0.10"
},
"scripts": {
"build": "react-scripts build && build-keycloak-theme",
[...]
"build": "react-scripts build && build-keycloak-theme"
},
```