Skip to content

Commit

Permalink
feat: remove changeset check
Browse files Browse the repository at this point in the history
  • Loading branch information
Borai committed Jan 6, 2025
1 parent 022dafd commit 62f3408
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 62f3408

Please sign in to comment.