Merge pull request #22406 from jithenms/feature/add-microsite-accessibility-check

[feat] Add microsite accessibility CI workflow
This commit is contained in:
Ben Lambert
2024-02-07 14:04:48 +01:00
committed by GitHub
6 changed files with 143 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",