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:
@@ -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/*",
|
||||
|
||||
Reference in New Issue
Block a user