[feat] add microsite accessibility workflow, add microsite lighthouse config

Signed-off-by: Jithen Shriyan <shriyanjithen@gmail.com>
This commit is contained in:
Jithen Shriyan
2024-01-20 20:47:55 -05:00
parent 0576cdc0d6
commit a29a9f1f6c
6 changed files with 141 additions and 3 deletions
+1
View File
@@ -11,6 +11,7 @@
"start-backend": "yarn workspace example-backend start",
"start:next": "yarn workspace example-app-next start",
"start-backend:next": "yarn workspace example-backend-next start",
"start:microsite": "cd microsite/ && yarn start",
"build:backend": "yarn workspace example-backend build",
"build:all": "backstage-cli repo build --all",
"build:api-reports": "yarn build:api-reports:only --tsc",