Skip to content

Commit

Permalink
feat(Makefile): add rule docker-write-en-translation
Browse files Browse the repository at this point in the history
  • Loading branch information
zexi committed Dec 15, 2023
1 parent 75aae85 commit a291afc
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 a291afc

Please sign in to comment.