fix(repo): add snap files to prod exclude input (#10910)

This commit is contained in:
Miroslav Jonaš 2022-06-28 17:00:36 +02:00 committed by GitHub
parent d37aaca507
commit 5c1d69b054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@
"appsDir": "" "appsDir": ""
}, },
"namedInputs": { "namedInputs": {
"prod": ["!**/*.spec.ts"], "prod": ["!**/*.spec.ts{,.snap}"],
"globals": [ "globals": [
"{workspaceRoot}/package.json", "{workspaceRoot}/package.json",
"{workspaceRoot}/.circleci/config.yml" "{workspaceRoot}/.circleci/config.yml"