From 323af18aaec11d13544d1f56ee3ee71478c77cc6 Mon Sep 17 00:00:00 2001 From: Ken Sternberg Date: Fri, 5 Jan 2024 12:15:35 -0800 Subject: [PATCH] Stashing this to go back to harmonizing package.json --- web/lage.config.js | 5 ++--- web/package.json | 5 ++++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/web/lage.config.js b/web/lage.config.js index 8b605b240..43077c3bb 100644 --- a/web/lage.config.js +++ b/web/lage.config.js @@ -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"], }, }; diff --git a/web/package.json b/web/package.json index 518837003..c012114ab 100644 --- a/web/package.json +++ b/web/package.json @@ -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",