Skip to content

Commit

Permalink
Build VideoPress plugin to extract strings used in web
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Apr 21, 2023
1 parent dcfb467 commit 92a5a38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/i18n-update.sh
Expand Up @@ -123,6 +123,10 @@ USED_STRINGS_PATH="$TARGET_PATH/used-strings.json"
echo -e "\n\033[1mBuild Gutenberg packages\033[0m"
npm run build:gutenberg

# Build Jetpack plugins
# - VideoPress package
./bin/run-jetpack-command.sh "-C projects/packages/videopress build"

# Extract used strings for plugins
METRO_CONFIG="metro.config.js" node gutenberg/packages/react-native-editor/bin/extract-used-strings "$USED_STRINGS_PATH" "${PLUGINS[@]}"

Expand Down

0 comments on commit 92a5a38

Please sign in to comment.