Skip to content

Commit

Permalink
build(preset-theme-default): changed copy scss hook to mitigate warn
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Nov 29, 2022
1 parent ceb82eb commit 8a1104b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/preset-theme-default/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default defineBuildConfig({
'defu',
],
hooks: {
'build:done': () => {
'mkdist:done': () => {
fs.copyFileSync('src/scss/index.scss', 'dist/styles.scss')
},
},
Expand Down

0 comments on commit 8a1104b

Please sign in to comment.