Skip to content

Commit 54d366c

Browse files
committed
PD-5670
1 parent b2f7723 commit 54d366c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@
117117
{
118118
"glob": "**/*",
119119
"input": "src/assets/",
120-
"ignore": ["fonts/**/*", "**/*.scss"],
120+
"ignore": ["fonts/**/*", "**/*.scss", "**/*.spec.ts", "print-view/**"],
121121
"output": "/assets/"
122122
},
123123
{
124124
"glob": "**/*",
125125
"input": "src/assets/print-view/",
126-
"ignore": ["fetch-orcid.js"],
126+
"ignore": ["fetch-orcid.js", "**/*.spec.ts"],
127127
"output": "/print-view/"
128128
},
129129
{

0 commit comments

Comments
 (0)