fix(repo): add snap files to prod exclude input (#10910)
This commit is contained in:
parent
d37aaca507
commit
5c1d69b054
2
nx.json
2
nx.json
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user