Skip to content

Commit 10491a6

Browse files
committed
Update generate-package.yml
Issue: documentacao-e-tarefas/desenvolvimento_e_infra#1129 Signed-off-by: Thiago Matos <thiago@lepidus.com.br>
1 parent 6ab0448 commit 10491a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
mkdir $PLUGIN_NAME
3535
shopt -s extglob
36-
cp -r !($PLUGIN_NAME|.git*|.|..|tests) $PLUGIN_NAME
36+
cp -r !($PLUGIN_NAME|.git*|.|..|tests|cypress|resources|CLAUDE.md|package.json|package-lock.json|vite.config.js|i18nExtractKeys.vite.js) $PLUGIN_NAME
3737
wget -O composer.phar https://getcomposer.org/composer-stable.phar
3838
php composer.phar install -d ${PLUGIN_NAME}
3939
tar -zcvf $PLUGIN_NAME.tar.gz $PLUGIN_NAME

0 commit comments

Comments
 (0)