Skip to content

Commit 4e21053

Browse files
authored
chore: remove duplicate build script (#2318)
1 parent 3659c5e commit 4e21053

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: yarn add -W webpack@${{ matrix.webpack-version }}
8989

9090
- name: Build
91-
run: yarn build:ci
91+
run: yarn build
9292

9393
- name: Test and Generate Coverage
9494
run: |

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"prebuild": "yarn clean",
2828
"prebuild:ci": "yarn clean && node ./scripts/setupBuild.js",
2929
"build": "tsc --build",
30-
"build:ci": "tsc --build",
3130
"watch": "tsc --build --watch",
3231
"commit": "git-cz",
3332
"lint:prettier": "prettier --list-different . \"!**/*.{js,ts}\" ",

0 commit comments

Comments
 (0)