Skip to content

Commit

Permalink
fix: depcheck of themes
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Dec 22, 2023
1 parent 79d4d9b commit fa14dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
"scripts": {
"build": "unbuild",
"depcheck": "depcheck --ignore-bin-package --skip-missing --ignores=@types/*",
"depcheck": "depcheck --ignore-bin-package --skip-missing --ignores=@public-ui/schema,@types/*",
"format": "prettier --check src",
"lint": "eslint src && tsc --noemit",
"prepack": "unbuild",
Expand Down

0 comments on commit fa14dc7

Please sign in to comment.