Skip to content

Commit

Permalink
add back localization script
Browse files Browse the repository at this point in the history
Signed-off-by: Rudy Flores <[email protected]>
  • Loading branch information
rudyflores committed Jan 18, 2024
1 parent 313c5f4 commit 80caabd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 179 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
"rimraf": "^3.0.2",
"ts-jest": "^29.0.3",
"ts-loader": "^8.2.0",
"typescript": "^4.5.3",
"zx": "^7.2.3"
"typescript": "^4.5.3"
},
"pnpm": {
"overrides": {
Expand Down
6 changes: 3 additions & 3 deletions packages/zowe-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2026,12 +2026,12 @@
]
},
"scripts": {
"build": "pnpm clean:bundle && pnpm license && webpack --mode development",
"build": "pnpm clean:bundle && pnpm generateLocalization && pnpm license && webpack --mode development",
"build:integration": "pnpm createTestProfileData && pnpm license && tsc --pretty --project tsconfig-tests.json",
"test:unit": "jest \".*__tests__.*\\.unit\\.test\\.ts\" --coverage",
"test:theia": "mocha ./out/__tests__/__theia__/*.theia.test.js --timeout 50000 --reporter mocha-multi-reporters --reporter-options configFile=.mocharc.json",
"test": "pnpm test:unit",
"vscode:prepublish": "pnpm clean:bundle && webpack --mode production && pnpm compile-web",
"vscode:prepublish": "pnpm clean:bundle && pnpm generateLocalization && webpack --mode production && pnpm compile-web",
"package": "vsce package --no-dependencies && node ../../scripts/mv-pack.js vscode-extension-for-zowe vsix",
"license": "node ../../scripts/updateLicenses.js",
"watch": "concurrently --group \"pnpm watch:webviews\" \"pnpm watch:zowe-explorer\"",
Expand All @@ -2052,7 +2052,7 @@
"pretty": "prettier --write .",
"createTestProfileData": "ts-node ./scripts/createTestProfileData.ts",
"createDemoNodes": "ts-node ./scripts/createDemoNodes.ts",
"generateLocalization": "npx @vscode/l10n-dev export -v --outDir ./l10n ./src"
"generateLocalization": "npx @vscode/l10n-dev export --o ./l10n ./src"
},
"engines": {
"vscode": "^1.79.0"
Expand Down
Loading

0 comments on commit 80caabd

Please sign in to comment.