Keep the dev-only root files out of the appstore package
Build package / php-lint (8.2) (push) Successful in 49s
Build package / php-lint (8.3) (push) Successful in 39s
Build package / php-lint (8.4) (push) Successful in 40s
Build package / xml-lint (push) Successful in 12s
Build package / unit-tests (push) Successful in 45s
Build package / package (push) Successful in 57s
Build package / php-lint (8.2) (push) Successful in 49s
Build package / php-lint (8.3) (push) Successful in 39s
Build package / php-lint (8.4) (push) Successful in 40s
Build package / xml-lint (push) Successful in 12s
Build package / unit-tests (push) Successful in 45s
Build package / package (push) Successful in 57s
CLAUDE.md was shipped inside workflow_deck_automation.tar.gz. Exclude it along with two files in the same category: CLAUDE.local.md, which is gitignored private environment notes and must never end up in a downloadable package, and tsconfig.json, which exists purely so vite-plugin-dts has a config to resolve at build time and is dead weight on the server.
This commit is contained in:
@@ -25,6 +25,9 @@ appstore: clean
|
||||
--exclude=./phpunit.xml \
|
||||
--exclude=./README.md \
|
||||
--exclude=./Makefile \
|
||||
--exclude=./CLAUDE.md \
|
||||
--exclude=./CLAUDE.local.md \
|
||||
--exclude=./tsconfig.json \
|
||||
. | tar -xf - -C $(appstore_build_directory)
|
||||
tar -czf $(appstore_artifact_directory)/$(app_name).tar.gz -C $(build_directory)/appstore $(app_name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user