chore(mobile): check:env script lints .env.local against .env.example
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user