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
|
## For the new account console
|
||||||
|
|
||||||
```bash
|
```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
|
npm install some-package-name@version
|
||||||
git add package-lock.json
|
git add package-lock.json
|
||||||
cd -
|
cd -
|
||||||
|
|
Loading…
Reference in a new issue