From 120c789780448cca9e8fe615f5615ce9bb4c159e Mon Sep 17 00:00:00 2001 From: "toantran.mei" Date: Sat, 1 Jun 2024 12:09:14 +0700 Subject: [PATCH] fix: remove typecheck temp META DATA: @toantranmei --- .github/workflows/ci-dev.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- .release-it.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-dev.yml b/.github/workflows/ci-dev.yml index e5d5f45..694042d 100644 --- a/.github/workflows/ci-dev.yml +++ b/.github/workflows/ci-dev.yml @@ -38,8 +38,8 @@ jobs: - name: Lint run: npm run lint - - name: Typecheck - run: npm run typecheck + # - name: Typecheck + # run: npm run typecheck - name: Build run: npm run prepack diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 591b9f4..ec993ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,8 @@ jobs: - name: Lint run: npm run lint - - name: Typecheck - run: npm run typecheck + # - name: Typecheck + # run: npm run typecheck - name: Build run: npm run prepack diff --git a/.release-it.json b/.release-it.json index e2bf7aa..cf8b144 100644 --- a/.release-it.json +++ b/.release-it.json @@ -12,7 +12,7 @@ "web": true }, "hooks": { - "before:init": ["npm run lint", "npm run typecheck"] + "before:init": ["npm run lint"] }, "plugins": { "@release-it/conventional-changelog": {