Skip to content

Commit

Permalink
feat(manager-react-components): copy lib scss file in dist src
Browse files Browse the repository at this point in the history
ref: MANAGER-16214-2

Signed-off-by: Alex Boungnaseng <[email protected]>
  • Loading branch information
aboungnaseng-ovhcloud committed Dec 3, 2024
1 parent 30cebba commit 89c1cbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/manager-react-components/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ export default defineConfig({
src: '../public/assets/*.png',
dest: 'public/assets',
},
{
src: './lib.scss',
dest: 'src/lib.scss',
},
],
}),
],
Expand Down

0 comments on commit 89c1cbe

Please sign in to comment.