Skip to content

Commit a93d9b4

Browse files
Merge pull request #33 from contentstack/fix/dx-1691-add-the-removed-snippet
dx| 1691| add removed code
2 parents 1e5d665 + 998811e commit a93d9b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/stack.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2139,6 +2139,10 @@ export class Stack {
21392139
}
21402140
return existingReferences;
21412141
});
2142+
2143+
for (const path in schema[this.types.assets]) {
2144+
paths.push(path)
2145+
}
21422146
})
21432147

21442148
for (let i = 0, j = currentInclude.length; i < j; i++) {

0 commit comments

Comments
 (0)