Skip to content

Commit

Permalink
Merge pull request #61 from zexi/automated-cherry-pick-of-#60-upstrea…
Browse files Browse the repository at this point in the history
…m-release-3.10

Automated cherry pick of #60: feat(Makefile): add rule docker-write-en-translation
  • Loading branch information
zexi authored Dec 15, 2023
2 parents 75aae85 + a291afc commit 6b4caf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ docker-yarn:
write-en-translation:
yarn write-translations --locale en

docker-write-en-translation:
./tools/run-in-docker.sh write-translations --locale en

start:
npm run start

Expand Down

0 comments on commit 6b4caf3

Please sign in to comment.