Skip to content

Commit def862f

Browse files
alfonsomthdopenshift-cherrypick-robot
authored andcommitted
Sanity checks: ensure client plugin build is healthy
1 parent bf1468b commit def862f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/frontend-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ jobs:
2121
- run: yarn install --prod --frozen-lockfile
2222
- run: yarn build
2323
- run: yarn build-mco
24+
- run: yarn build-client
2425
- run: yarn install # Install dev. deps.
2526
- run: yarn lint
2627
- run: yarn format-test
2728
- run: yarn i18n-test
2829
- run: yarn test-coverage
2930
- run: yarn analyze-odf
3031
- run: yarn analyze-mco
32+
- run: yarn analyze-client

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"analyze-common": "yarn build:generate && NODE_ENV=production I8N_NS=${I8N_NS} ANALYZE_BUNDLE=true yarn ts-node ./node_modules/.bin/webpack -c ./webpack.config.ts",
3232
"analyze-odf": "PLUGIN=odf yarn analyze-common && PLUGIN=odf yarn ts-node ./analyzeTest.ts",
3333
"analyze-mco": "PLUGIN=mco yarn analyze-common && PLUGIN=mco yarn ts-node ./analyzeTest.ts",
34+
"analyze-client": "PLUGIN=client yarn analyze-common && PLUGIN=client yarn ts-node ./analyzeTest.ts",
3435
"dev": "PLUGIN=odf I8N_NS=plugin__odf-console yarn server:plugin",
3536
"dev-mco": "PLUGIN=mco I8N_NS=plugin__odf-multicluster-console yarn server:plugin",
3637
"dev-client": "PLUGIN=client I8N_NS=plugin__odf-client-console yarn server:plugin",

0 commit comments

Comments
 (0)