You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,6 @@
25
25
"build:i18n:generate": "echo '⚠️ DEPRECATED: Generating XLF from .properties files. Use Transifex for translations instead.' && ts-node -P scripts/tsconfig.json scripts/translate-file-generator.prebuild.ts",
26
26
"build:i18n": "yarn build:i18n:extract",
27
27
"build-with-properties": "echo '⚠️ DEPRECATED: This build regenerates XLF files from .properties (deprecated workflow). Prefer using tx pull to get translations from Transifex.' && rimraf dist && yarn build:i18n:extract && yarn build:i18n:generate && yarn build:browserslist && npm run build-runtime-env && ng build --configuration production --localize && npm run postbuild",
28
-
"build:prod": "yarn build",
29
-
"build:sandbox": "yarn build",
30
-
"build:qa": "yarn build",
31
-
"build:int": "yarn build",
32
28
"build:local": "yarn run prebuild && ng build --localize",
0 commit comments