Skip to content

Commit

Permalink
make translations export work correctly in CI (#11415)
Browse files Browse the repository at this point in the history
  • Loading branch information
fearthecowboy authored Sep 8, 2023
1 parent 6a54986 commit 121a657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6134,7 +6134,7 @@
"generate-native-strings": "ts-node -T ./.scripts/generateNativeStrings.ts",
"generate-options-schema": "ts-node -T ./.scripts/generateOptionsSchema.ts",
"copy-walkthrough-media": "ts-node -T ./.scripts/copyWalkthruMedia.ts",
"translations-export": "yarn generate-native-strings && gulp translations-export",
"translations-export": "yarn install && yarn prep && yarn generate-native-strings && gulp translations-export",
"translations-generate": "set NODE_OPTIONS=--no-experimental-fetch && gulp translations-generate",
"translations-import": "gulp translations-import",
"import-edge-strings": "ts-node -T ./.scripts/import_edge_strings.ts",
Expand Down

0 comments on commit 121a657

Please sign in to comment.