Correct NPM update instructions with correct path

This commit is contained in:
Andre Fucs de Miranda 2022-07-05 21:35:09 +10:00 committed by Bruno Oliveira da Silva
parent 07ab29378b
commit 2ce3ba291f

View file

@ -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 -