From 4e2105345bc3f5c3bf6e4cfb658c6b90d3725822 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Wed, 6 Jan 2021 19:54:52 +0530 Subject: [PATCH] chore: remove duplicate build script (#2318) --- .github/workflows/nodejs.yml | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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}\" ",