Skip to content

Commit

Permalink
ci: remove typecheck step
Browse files Browse the repository at this point in the history
graphql type declarartion issue (only generated by development script)
  • Loading branch information
sungik-choi committed Dec 9, 2023
1 parent 62eab71 commit beb177e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,15 @@ jobs:
with:
node-version-file: .nvmrc

- name: Build
run: yarn build

- name: Install Dependencies
run: yarn install --frozen-lockfile

- name: Lint
run: yarn lint

- name: Type Check
run: yarn typecheck

- name: Build
run: yarn build

- name: Release
uses: cycjimmy/semantic-release-action@v4
env:
Expand Down

0 comments on commit beb177e

Please sign in to comment.