diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index c5787566709..1b35592abc6 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -88,7 +88,7 @@ jobs: run: yarn add -W webpack@${{ matrix.webpack-version }} - name: Build - run: yarn build:ci + run: yarn build - name: Test and Generate Coverage run: | diff --git a/package.json b/package.json index 74a2a8cc20f..e890c28c1d7 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,6 @@ "prebuild": "yarn clean", "prebuild:ci": "yarn clean && node ./scripts/setupBuild.js", "build": "tsc --build", - "build:ci": "tsc --build", "watch": "tsc --build --watch", "commit": "git-cz", "lint:prettier": "prettier --list-different . \"!**/*.{js,ts}\" ",