From 62f3408887c09d13afc67126dd9ffe17e2bd859f Mon Sep 17 00:00:00 2001 From: Borai van Uden Date: Mon, 6 Jan 2025 12:23:34 +0100 Subject: [PATCH] feat: remove changeset check --- .github/workflows/cicd.yml | 5 ----- package.json | 1 - 2 files changed, 6 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 69c94450b6..905cd0f1bf 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -33,11 +33,6 @@ jobs: pnpm install --frozen-lockfile pnpm ls --recursive - - name: Changeset available - uses: changesets/action@aba318e9165b45b7948c60273e0b72fce0a64eb9 # v1.4.7 - env: - GITHUB_TOKEN: ${{ secrets.GH_ADMIN_TOKEN }} - - name: run linters run: | pnpm run lint:css diff --git a/package.json b/package.json index af4c826bff..40d1a45d7d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "build:library": "pnpm run --recursive build", "build:storybook": "pnpm run --if-present --recursive build:storybook", "changeset": "changeset", - "changeset:check": "changeset status", "clean": "pnpm run --parallel --recursive clean && rimraf .rollup-cache", "lint": "npm-run-all --continue-on-error lint:** && pnpm run --recursive lint", "lint-fix": "npm-run-all --continue-on-error lint-fix:** prettier",