Stashing this to go back to harmonizing package.json
This commit is contained in:
parent
54aae94143
commit
cc31b078d3
|
@ -4,15 +4,14 @@ module.exports = {
|
|||
"lint": [],
|
||||
"tsc": [],
|
||||
"lit-analyse": [],
|
||||
"watch": [],
|
||||
"lint:precommit": [],
|
||||
"lint:spelling": [],
|
||||
"precommit-all": ["tsc", "lit-analyse", "lint:precommit", "lint:spelling", "prettier"],
|
||||
"build-locales": ["^build-locales"],
|
||||
"extract-locales": ["^extract-locales"],
|
||||
"watch": ["authentik#watch"],
|
||||
"web-fix": ["^web-lint-fix", "^web-lint", "^web-check-compile", "^web-i18n-extract"],
|
||||
"prettier": ["^prettier"],
|
||||
|
||||
|
||||
"watch-main": ["watch"],
|
||||
},
|
||||
};
|
||||
|
|
|
@ -7,9 +7,12 @@
|
|||
"build": "lage build",
|
||||
"lint": "lage lint",
|
||||
"localize": "lage localize",
|
||||
"lit-analyse": "lage lit-analyse",
|
||||
"web-fix": "lage web-fix",
|
||||
"prettier": "lage prettier",
|
||||
"precommit": "lage precommit-all"
|
||||
"precommit": "lage precommit-all",
|
||||
"storybook": "lage storybook",
|
||||
"watch": "lage watch-main"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@esbuild/darwin-arm64": "^0.19.10",
|
||||
|
|
Reference in New Issue