Skip to content

Commit

Permalink
chore: fix sizecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Jan 25, 2024
1 parent 823f78a commit 73f8644
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 @@ -34,7 +34,7 @@
"lint": "eslint '**/*.{js,ts}'",
"format": "prettier --write '**/*.{js,ts}' && eslint '**/*.{js,ts}' --fix",
"typecheck": "tsc --noEmit",
"sizecheck": "tsc && size-limit",
"sizecheck": "tsc -p tsconfig.lib.json && size-limit",
"docs": "typedoc",
"release": "semantic-release",
"prepare": "[ -n \"$CI\" ] && exit 0 || husky install"
Expand Down

0 comments on commit 73f8644

Please sign in to comment.