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": {