We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4c1f9 commit 2597742Copy full SHA for 2597742
.gitattributes
@@ -10,3 +10,4 @@
10
/.github export-ignore
11
/docker-compose.yaml export-ignore
12
/Dockerfile export-ignore
13
+/dist-size-status.json export-ignore
Taskfile.yml
@@ -65,6 +65,10 @@ tasks:
65
deps: [install]
66
cmd: 'vendor/bin/composer-unused {{.CLI_ARGS}}'
67
68
+ dist-size-optimize:
69
+ deps: [ install ]
70
+ cmd: 'vendor/bin/dist-size-optimizer check {{.CLI_ARGS}}'
71
+
72
check:
73
74
cmds:
@@ -77,3 +81,4 @@ tasks:
77
81
- task: composer-normalize
78
82
# - task: composer-check-require
79
83
# - task: composer-check-unused
84
+ - task: dist-size-optimize
0 commit comments