Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
chore: add script to run tree-shaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSquared committed Nov 3, 2023
1 parent c45fc9c commit d88789a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"lint:prettier": "prettier 'src/**/*' --loglevel=warn",
"test": "jest",
"test:coverage": "jest --coverage",
"test:treeshake": "agadoo ./dist/esm/index.mjs",
"ci:version": "changeset version",
"ci:release": "yarn build && changeset publish"
},
Expand Down

0 comments on commit d88789a

Please sign in to comment.