Skip to content

Commit

Permalink
chore: remove lint:changeset, does not work in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert authored and Yolijn committed Jan 13, 2025
1 parent e1c1b88 commit 389e0ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"lint-fix:css": "stylelint --fix '**/*.{css,scss}'",
"lint-fix:js": "eslint --ext '.js,.json,.jsx,.mdx,.ts,.tsx,.vue' --fix --report-unused-disable-directives .",
"lint-fix:md": "markdownlint --fix '**/*.md'",
"lint:changeset": "changeset status",
"lint:css": "stylelint '**/*.{css,scss}'",
"lint:js": "eslint --ext '.js,.json,.jsx,.mdx,.ts,.tsx,.vue' --report-unused-disable-directives .",
"lint:md": "markdownlint '**/*.md'",
Expand Down

0 comments on commit 389e0ba

Please sign in to comment.