Skip to content

Commit

Permalink
ci: add validate translations
Browse files Browse the repository at this point in the history
  • Loading branch information
matejm committed May 14, 2024
1 parent 3eedd51 commit f23c813
Show file tree
Hide file tree
Showing 4 changed files with 853 additions and 179 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "nextjs-template",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "infisical run -- next dev",
"build": "next build",
Expand All @@ -11,7 +12,8 @@
"format": "prettier --check --ignore-path .prettierignore .",
"format:fix": "prettier --write --ignore-path .prettierignore .",
"test": "jest",
"test:watch": "jest --watch"
"test:watch": "jest --watch",
"i18n": "tsx ./scripts/validate-translations.ts"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
Expand Down Expand Up @@ -69,6 +71,7 @@
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"tsx": "^4.10.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0"
},
Expand Down
Loading

0 comments on commit f23c813

Please sign in to comment.