Skip to content

Commit

Permalink
Sanity checks: ensure client plugin build is healthy
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsomthd committed Sep 27, 2024
1 parent 22b0c4a commit 896224d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:
- run: yarn install --prod --frozen-lockfile
- run: yarn build
- run: yarn build-mco
- run: yarn build-client
- run: yarn install # Install dev. deps.
- run: yarn lint
- run: yarn format-test
- run: yarn i18n-test
- run: yarn test-coverage
- run: yarn analyze-odf
- run: yarn analyze-mco
- run: yarn analyze-client
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"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",
"analyze-odf": "PLUGIN=odf yarn analyze-common && PLUGIN=odf yarn ts-node ./analyzeTest.ts",
"analyze-mco": "PLUGIN=mco yarn analyze-common && PLUGIN=mco yarn ts-node ./analyzeTest.ts",
"analyze-client": "PLUGIN=client yarn analyze-common && PLUGIN=client yarn ts-node ./analyzeTest.ts",
"dev": "PLUGIN=odf I8N_NS=plugin__odf-console yarn server:plugin",
"dev:no-type-check": "DEV_NO_TYPE_CHECK=true yarn dev",
"dev-mco": "PLUGIN=mco I8N_NS=plugin__odf-multicluster-console yarn server:plugin",
Expand Down

0 comments on commit 896224d

Please sign in to comment.