Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client

Update intl:build to extract for all languages (#7787)

authored by

Paul Frazee and committed by
GitHub
8f63cb86 ed4add70

+1 -1
+1 -1
package.json
··· 42 "perf:test:measure": "NODE_ENV=test flashlight test --bundleId xyz.blueskyweb.app --testCommand \"yarn perf:test\" --duration 150000 --resultsFilePath .perf/results.json", 43 "perf:test:results": "NODE_ENV=test flashlight report .perf/results.json", 44 "perf:measure": "NODE_ENV=test flashlight measure", 45 - "intl:build": "yarn intl:extract && yarn intl:compile", 46 "intl:extract": "lingui extract --clean --locale en", 47 "intl:extract:all": "lingui extract --clean", 48 "intl:compile": "lingui compile",
··· 42 "perf:test:measure": "NODE_ENV=test flashlight test --bundleId xyz.blueskyweb.app --testCommand \"yarn perf:test\" --duration 150000 --resultsFilePath .perf/results.json", 43 "perf:test:results": "NODE_ENV=test flashlight report .perf/results.json", 44 "perf:measure": "NODE_ENV=test flashlight measure", 45 + "intl:build": "yarn intl:extract:all && yarn intl:compile", 46 "intl:extract": "lingui extract --clean --locale en", 47 "intl:extract:all": "lingui extract --clean", 48 "intl:compile": "lingui compile",