chore: Add script to show missing envs * base * Better output * Add missing flag * Add script to check env Approved-by: Joakim Jäderberg
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"name": "scandic",
|
|
"packageManager": "yarn@4.6.0",
|
|
"scripts": {
|
|
"build": "turbo run build --env-mode=loose",
|
|
"lint": "turbo run lint",
|
|
"dev": "turbo run dev --output-logs new-only",
|
|
"dev:web": "turbo run dev --filter=@scandic-hotels/scandic-web --output-logs new-only",
|
|
"dev:ds": "turbo run dev --filter=@scandic-hotels/design-system --output-logs new-only",
|
|
"dev:sas": "turbo run dev --filter=@scandic-hotels/partner-sas --output-logs new-only",
|
|
"test": "turbo run test",
|
|
"postinstall": "husky",
|
|
"icons:update": "node scripts/material-symbols-update.mjs",
|
|
"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/*",
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"@eslint/compat": "^1.2.9",
|
|
"@types/react": "19.1.0",
|
|
"@types/react-dom": "19.1.0",
|
|
"@yarnpkg/types": "^4.0.1",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^15.2.2",
|
|
"ts-node": "^10.9.2",
|
|
"turbo": "^2.5.2"
|
|
}
|
|
}
|