diff --git a/.husky/pre-commit b/.husky/pre-commit index 2b0641b..3539c8a 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,2 +1,3 @@ npm run lint --cache -npm run test \ No newline at end of file +npm run test +npx size-limit diff --git a/package.json b/package.json index 453183c..0b274a7 100644 --- a/package.json +++ b/package.json @@ -78,16 +78,12 @@ "size-limit": [ { "path": "./dist/WebComponent.js", - "limit": "1.5 KB" + "limit": "1.1 KB" }, { "path": "./dist/html.js", "limit": "0.6 KB" }, - { - "path": "./dist/attach-effect.js", - "limit": "0.1 KB" - }, { "path": "./dist/utils/create-element.js", "limit": "0.5 KB"