Skip to content

Commit

Permalink
chore: include original javascript and css in the plugin archives
Browse files Browse the repository at this point in the history
  • Loading branch information
Manoj committed Dec 4, 2024
1 parent 7ed55d0 commit 5d707e5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,24 +59,19 @@ jobs:
rsync -av \
--exclude='.*' \
--exclude='composer.lock' \
--exclude='package.json' \
--exclude='package-lock.json' \
--exclude='**/composer.lock' \
--exclude='**/package.json' \
--exclude='**/package-lock.json' \
--exclude='README.md' \
--exclude='build.sh' \
--exclude='phpunit.xml.dist' \
--exclude='phpcs.xml' \
--exclude='phpstan.neon' \
--exclude='phpcs-report.xml' \
--exclude='eslint.config.js' \
--exclude='bud.config.js' \
--exclude='.github' \
--exclude='tests' \
--exclude='bin' \
--exclude='node_modules' \
--exclude='resources' \
./ cookiex-cmp/
shell: bash

Expand Down

0 comments on commit 5d707e5

Please sign in to comment.