Skip to content

Commit

Permalink
chore: remove duplicate build script (#2318)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jan 6, 2021
1 parent 3659c5e commit 4e21053
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -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: |
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -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}\" ",
Expand Down

0 comments on commit 4e21053

Please sign in to comment.