Skip to content

Commit

Permalink
Update packages/brisa-tailwindcss/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Aral Roca Gomez <[email protected]>
  • Loading branch information
AlbertSabate and aralroca authored Dec 23, 2024
1 parent 35ae49f commit dcceba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/brisa-tailwindcss/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function brisaTailwindcss({ embedded = true } = defaultConfig) {
const to = path.join(destNodeModules, lib);

if (await fs.exists(from)) {
const toBinPath = path.join(to, 'node_modules/.bin');
const toBinPath = path.join(to, 'node_modules', '.bin');

await fs.cp(from, to, { recursive: true });
// Delete .bin folder in submodules if exists. Could contain broken symlinks as we are moving the node_modules folder.
Expand Down

0 comments on commit dcceba9

Please sign in to comment.