Skip to content

Commit

Permalink
docs: Add frontend dependency installation steps (apache#29510)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithEmad committed Jul 9, 2024
1 parent 428b68f commit bea4882
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs/contributing/howtos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,9 @@ a collection of JSON files. To convert all PO files to formatted JSON files you
the `build-translation` script
```bash
# Install dependencies if you haven't already
cd superset-frontend/ && npm ci
# Compile translations for the frontend
npm run build-translation
```
Expand Down

0 comments on commit bea4882

Please sign in to comment.