Skip to content

Commit

Permalink
Fix crowdin key passing (#1143)
Browse files Browse the repository at this point in the history
* pass the crowdin token to yarn command

* turn translations on temporarily to test

* Revert "turn translations on temporarily to test"

This reverts commit 6752485.

* change build command in production script
  • Loading branch information
ElliotFriend authored Dec 18, 2024
1 parent 029ed2e commit b4c99a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build --locale en",
"build:production": "yarn crowdin:sync && yarn crowdin:fix && yarn build",
"build:production": "CROWDIN_PERSONAL_TOKEN=$CROWDIN_PERSONAL_TOKEN yarn crowdin:sync && yarn crowdin:fix && yarn docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
Expand Down

0 comments on commit b4c99a9

Please sign in to comment.