Correct NPM update instructions with correct path
This commit is contained in:
parent
07ab29378b
commit
2ce3ba291f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ cd -
|
|||
## For the new account console
|
||||
|
||||
```bash
|
||||
cd src/main/resources/theme/keycloak.v2/account/resources
|
||||
cd src/main/resources/theme/keycloak.v2/account/src
|
||||
npm install some-package-name@version
|
||||
git add package-lock.json
|
||||
cd -
|
||||
|
|
Loading…
Reference in a new issue