Merged in chore/env-scripts (pull request #2481)

chore: Add script to show missing envs

* base

* Better output

* Add missing flag

* Add script to check env


Approved-by: Joakim Jäderberg
This commit is contained in:
Anton Gunnarsson
2025-06-30 13:54:24 +00:00
parent 361fd75133
commit c1daef39f2
2 changed files with 219 additions and 1 deletions

View File

@@ -11,7 +11,9 @@
"test": "turbo run test",
"postinstall": "husky",
"icons:update": "node scripts/material-symbols-update.mjs",
"check-types": "turbo run check-types"
"check-types": "turbo run check-types",
"env:web": "node scripts/show-env.mjs scandic-web --missing",
"env:sas": "node scripts/show-env.mjs partner-sas --missing"
},
"workspaces": [
"apps/*",