This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new bea4882b04 docs: Add frontend dependency installation steps (#29510)
bea4882b04 is described below
commit bea4882b041726f0aa83af2ccfebc7040f0f23a2
Author: Emad Rad <[email protected]>
AuthorDate: Wed Jul 10 00:55:27 2024 +0330
docs: Add frontend dependency installation steps (#29510)
---
docs/docs/contributing/howtos.mdx | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/docs/contributing/howtos.mdx
b/docs/docs/contributing/howtos.mdx
index c78d642363..7e78ef07ee 100644
--- a/docs/docs/contributing/howtos.mdx
+++ b/docs/docs/contributing/howtos.mdx
@@ -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
```