Update README.md

This commit is contained in:
Garrone Joseph 2021-03-08 02:52:58 +01:00 committed by GitHub
parent ef3d2e4e04
commit b6f6d1f3cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,14 +39,14 @@ then configure your `package.json` build's script to build the keycloak's theme
Typically you will get: Typically you will get:
`package.json`: `package.json`
```json ```json
"devDependencies": { "devDependencies": {
"keycloakify": "^0.0.10" "keycloakify": "^0.0.10"
}, },
"scripts": { "scripts": {
"build": "react-scripts build && build-keycloak-theme" "build": "react-scripts build && build-keycloak-theme"
}, },
``` ```
Then build your app with `yarn run build` or `npm run build`, you will be provided with instructions Then build your app with `yarn run build` or `npm run build`, you will be provided with instructions