Skip to content

Commit 924f193

Browse files
authored
Merge pull request #47 from PrestaShopCorp/debug-build
Include hidden files in build archive
2 parents 1d968d0 + ef7890b commit 924f193

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ jobs:
66
uses: PrestaShop/.github/.github/workflows/build-release.yml@master
77
with:
88
makefile_rule: clean-deploy
9+
include_hidden_files: true

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
clean-deploy:
22
rm -fR vue-app
3+
rm -f .php-cs-fixer.php

0 commit comments

Comments
 (0)