File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626 "sign-release" : " node ts/updater/generateSignature.js" ,
2727 "notarize" : " echo 'No longer necessary'" ,
2828 "get-strings" : " ts-node ts/scripts/get-strings.node.ts && ts-node ts/scripts/gen-nsis-script.node.ts && ts-node ts/scripts/gen-locales-config.node.ts && run-p get-strings:locales get-strings:countries get-strings:emoji mark-unusued-strings-deleted && run-p build:compact-locales" ,
29- "get-strings:locales" : " ts-node ./ts/scripts/build-localized-display-names.node .ts locales ts/scripts/locale-data/locale-display-names.csv build/locale-display-names.json" ,
30- "get-strings:countries" : " ts-node ./ts/scripts/build-localized-display-names.node .ts countries ts/scripts/locale-data/country-display-names.csv build/country-display-names.json" ,
29+ "get-strings:locales" : " ts-node ./ts/scripts/build-localized-display-names.main .ts locales ts/scripts/locale-data/locale-display-names.csv build/locale-display-names.json" ,
30+ "get-strings:countries" : " ts-node ./ts/scripts/build-localized-display-names.main .ts countries ts/scripts/locale-data/country-display-names.csv build/country-display-names.json" ,
3131 "get-strings:emoji" : " ts-node ./ts/scripts/get-emoji-locales.node.ts" ,
3232 "push-strings" : " node ts/scripts/remove-strings.node.js && node ts/scripts/push-strings.node.js" ,
3333 "mark-unusued-strings-deleted" : " ts-node ./ts/scripts/mark-unused-strings-deleted.node.ts" ,
You can’t perform that action at this time.
0 commit comments