chore(mobile): check:env script lints .env.local against .env.example

This commit is contained in:
byGalax
2026-05-16 16:27:21 +02:00
parent 830dac4cdd
commit 1eea80c529
2 changed files with 40 additions and 1 deletions
+2 -1
View File
@@ -15,7 +15,8 @@
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"clean": "rm -rf .expo node_modules/.cache .turbo *.tsbuildinfo"
"clean": "rm -rf .expo node_modules/.cache .turbo *.tsbuildinfo",
"check:env": "node scripts/check-env.mjs"
},
"dependencies": {
"@babel/runtime": "^7.29.2",