Skip to content

Commit

Permalink
try disable standard lintint
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Feb 11, 2024
1 parent 3593078 commit a4e5fca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
run: pnpm run subrepos-updated

- name: Lint
run: pnpm \
run: |
pnpm \
--filter '!@fullcalendar-monorepos/*' \
--filter '!./examples/**' \
run lint
Expand Down
2 changes: 1 addition & 1 deletion standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"scripts": {
"postinstall": "standard-scripts postinstall",
"lint": "standard-scripts lint",
"xxxlint": "standard-scripts lint",
"build": "standard-scripts build",
"dev": "standard-scripts dev",
"test": "standard-scripts test",
Expand Down

0 comments on commit a4e5fca

Please sign in to comment.