Skip to content

Commit

Permalink
ci(crowdin-upload): fix error (#2900)
Browse files Browse the repository at this point in the history
  • Loading branch information
wescopeland authored Dec 3, 2024
1 parent 3ef6f60 commit 970aa2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/crowdin-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches:
- master
paths:
- 'lang/en_US.json' # only trigger when this file changes
- 'lang/en_US.json' # trigger when this file changes
workflow_dispatch: # also allow manual triggering

jobs:
upload-translations:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"test:watch": "TZ=UTC vitest",
"tsc": "tsc --noEmit --skipLibCheck",
"analyze": "cross-env ANALYZE=true pnpm prod",
"crowdin:sync": "tsx --env-file=.env resources/js/tools/crowdin-sync.ts",
"crowdin:upload": "tsx --env-file=.env resources/js/tools/crowdin-upload.ts"
"crowdin:sync": "tsx resources/js/tools/crowdin-sync.ts",
"crowdin:upload": "tsx resources/js/tools/crowdin-upload.ts"
},
"dependencies": {
"@floating-ui/core": "^1.6.8",
Expand Down

0 comments on commit 970aa2e

Please sign in to comment.