Skip to content

Commit 68a77ba

Browse files
committed
1 parent a4ecff4 commit 68a77ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818

1919
- name: Clean up files
2020
run: |
21-
rm ./.browserslistrc ./.eslintrc ./.gitignore ./.gitlab-ci.yml
22-
rm ./composer.* ./Makefile ./package.json ./package-lock.json ./phpcs.* ./phpunit.xml ./run.sh
21+
rm ./.gitignore ./.gitlab-ci.yml
22+
rm ./composer.* ./Makefile ./phpcs.* ./phpunit.xml ./run.sh
2323
rm -Rf tests
2424
find . -type d | grep '.git' | xargs rm -rf
2525

0 commit comments

Comments
 (0)