Skip to content

Commit 77683ed

Browse files
committed
Update import size command
1 parent 1908127 commit 77683ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"build": "tsup",
3939
"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn docusaurus deploy",
4040
"start": "cd website && yarn start",
41-
"test:size": "yarn build && yarn import-size --report . produce enableMapSet enablePatches",
41+
"test:size": "yarn build && yarn import-size --report . produce enableMapSet enablePatches enableArrayMethods",
4242
"test:sizequick": "yarn build && yarn import-size . produce"
4343
},
4444
"husky": {

0 commit comments

Comments
 (0)