Skip to content

Commit ee50933

Browse files
committed
Automatically append new packages to uui/lib/index.ts
1 parent 2d37765 commit ee50933

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plopfile.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ module.exports = function (plop) {
7979
path: './packages/{{> tagnamePartial }}/package.json',
8080
templateFile: './templates/plop-templates/package.json.hbs',
8181
},
82+
{
83+
type: 'append',
84+
path: './packages/uui/lib/index.ts',
85+
template: "import '@umbraco-ui/{{> tagnamePartial }}/lib';",
86+
}
8287
],
8388
});
8489
};

0 commit comments

Comments
 (0)