You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/02/13 19:23:36 UTC

(superset) branch remove-translation-json updated: simplification

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch remove-translation-json
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/remove-translation-json by this push:
     new 0b15dca98b simplification
0b15dca98b is described below

commit 0b15dca98b0173c92360ca3acca55c34822f2288
Author: Evan Rusackas <ev...@rusackas.com>
AuthorDate: Tue Feb 13 12:23:26 2024 -0700

    simplification
---
 superset-frontend/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index 862a201e53..a13ed0a27d 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -42,7 +42,7 @@
     "build-dev": "cross-env NODE_OPTIONS=--max_old_space_size=8192 NODE_ENV=development webpack --mode=development --color",
     "build-instrumented": "cross-env NODE_ENV=production BABEL_ENV=instrumented webpack --mode=production --color",
     "build-storybook": "build-storybook",
-    "build-translations": "cd .. && ./scripts/po2json.sh",
+    "build-translations": "../scripts/po2json.sh",
     "check-translation": "prettier --check ../superset/translations/**/LC_MESSAGES/*.json",
     "chromatic": "npx chromatic --skip 'dependabot/**'  --only-changed",
     "clean-translation": "prettier --write ../superset/translations/**/LC_MESSAGES/*.json",