Skip to content

Commit

Permalink
Merge pull request #3 from xwp/fix/skip-checksums
Browse files Browse the repository at this point in the history
Exclude shasums until we can reliably generate them across machines
kasparsd authored Nov 16, 2020
2 parents ad3651b + 3d215d9 commit 0de7c2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ConfigBuilder.php
Original file line number Diff line number Diff line change
@@ -47,6 +47,7 @@ function ($plugin) use ($plugins_dir) {
'archive' => [
'directory' => 'dist',
'format' => 'zip',
'checksum' => false,
],
] );

0 comments on commit 0de7c2e

Please sign in to comment.