Update Tailwind folder structure

This commit is contained in:
mertsincan 2023-08-05 04:36:07 +03:00
parent 073c18d0f6
commit 27eb773d30
10 changed files with 46 additions and 12 deletions

View file

@ -15,6 +15,7 @@ function copyDependencies(inFolder, outFolder) {
copyDependencies('./components/lib/', 'dist/');
copyDependencies('./components/lib/icons/', 'dist/icons/');
copyDependencies('./components/lib/passthrough/', 'dist/passthrough/');
fs.copySync(path.resolve(__dirname, './components/lib/ts-helpers.d.ts'), 'dist/ts-helpers.d.ts');
fs.copySync(path.resolve(__dirname, './package-build.json'), 'dist/package.json');