We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a54986 commit 121a657Copy full SHA for 121a657
Extension/package.json
@@ -6134,7 +6134,7 @@
6134
"generate-native-strings": "ts-node -T ./.scripts/generateNativeStrings.ts",
6135
"generate-options-schema": "ts-node -T ./.scripts/generateOptionsSchema.ts",
6136
"copy-walkthrough-media": "ts-node -T ./.scripts/copyWalkthruMedia.ts",
6137
- "translations-export": "yarn generate-native-strings && gulp translations-export",
+ "translations-export": "yarn install && yarn prep && yarn generate-native-strings && gulp translations-export",
6138
"translations-generate": "set NODE_OPTIONS=--no-experimental-fetch && gulp translations-generate",
6139
"translations-import": "gulp translations-import",
6140
"import-edge-strings": "ts-node -T ./.scripts/import_edge_strings.ts",
0 commit comments