Skip to content

Commit

Permalink
chore: lint:tsc include examples
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Oct 19, 2024
1 parent ff94b35 commit 3389176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lint": "yarn lint:eslint && yarn lint:tsc",
"lint:eslint": "eslint .",
"lint:eslint:fix": "eslint . --fix",
"lint:tsc": "tsc --noEmit",
"lint:tsc": "tsc --project . --noEmit && tsc --project ./packages/examples",
"plugin:build": "tsc --build plugin",
"plugin:lint": "eslint plugin/src/*",
"plugin:test": "jest plugin",
Expand Down

0 comments on commit 3389176

Please sign in to comment.