From ab6649182b4ed30c2b1fda007b2326f5d88ea9ef Mon Sep 17 00:00:00 2001 From: "Craig Macomber (Microsoft)" <42876482+CraigMacomber@users.noreply.github.com> Date: Wed, 27 Aug 2025 11:28:13 -0700 Subject: [PATCH] --worker, skip lint, skip webpack --- fluidBuild.config.cjs | 1 - package.json | 2 +- tools/pipelines/templates/build-npm-client-package.yml | 7 ------- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/fluidBuild.config.cjs b/fluidBuild.config.cjs index e224895f0c92..24565888f392 100644 --- a/fluidBuild.config.cjs +++ b/fluidBuild.config.cjs @@ -24,7 +24,6 @@ module.exports = { "ci:build": { dependsOn: [ "compile", - "lint", "ci:build:api-reports", "ci:build:docs", "build:manifest", diff --git a/package.json b/package.json index 7a96c8990201..50a97ef94b91 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "check:versions:fix": "flub check buildVersion -g client --path . --fix", "checks": "fluid-build --task checks", "checks:fix": "fluid-build --task checks:fix", - "ci:build": "fluid-build --task ci:build", + "ci:build": "fluid-build --worker --task ci:build", "ci:build:docs": "fluid-build --task ci:build:docs", "ci:check:are-the-types-wrong": "pnpm run -r --parallel --no-bail --color check:are-the-types-wrong", "ci:test:jest": "npm run test:jest:report", diff --git a/tools/pipelines/templates/build-npm-client-package.yml b/tools/pipelines/templates/build-npm-client-package.yml index c3c30668c596..0c2f575fccc1 100644 --- a/tools/pipelines/templates/build-npm-client-package.yml +++ b/tools/pipelines/templates/build-npm-client-package.yml @@ -363,13 +363,6 @@ extends: taskLintName: '${{ parameters.taskLintName }}' buildDirectory: '${{ parameters.buildDirectory }}' - - task: Npm@1 - displayName: 'npm run webpack' - inputs: - command: custom - workingDir: '${{ parameters.buildDirectory }}' - customCommand: 'run webpack' - - task: Bash@3 displayName: Archive Build Output Content env: