Skip to content

Commit

Permalink
INSTALL: Add npm build in web_api directory to generate sprites.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jocelynj authored and frodrigo committed Apr 13, 2024
1 parent f03209b commit f29a048
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ Check data base parameter into `modules/utils.py`.

To package web assets, including previously generated markers, run
```
(cd web && npm install && npm run build)
(cd web && npm install && npm run build)
(cd web_api && npm install && npm run build)
```


Expand Down

0 comments on commit f29a048

Please sign in to comment.