You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -551,12 +551,12 @@ The class documentation uses [JSDoc](https://jsdoc.app/) annotations where appli
551
551
552
552
2. Install the dependencies for JSDoc. Suceeding builds will not need to install dependencies after an initial installation. Refer to the [**npm run docs:install**](#npm-run-docsinstall) script usage for more information.<br>
553
553
```bash
554
-
npm run docs:install
554
+
docker exec -u root -it ph-municipalities npm run docs:install
555
555
```
556
556
557
557
3. Build the documentation. Refer to the [**npm run docs:build**](#npm-run-docsbuild) script usage for more information.<br>
558
558
```bash
559
-
npm run docs:build
559
+
docker exec -u root -it ph-municipalities npm run docs:build
0 commit comments