Skip to content

Commit

Permalink
Merge branch 'next'
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Jan 10, 2024
2 parents 59b689d + a16f3f6 commit ec7b3b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ exports.getSwAdditionalEntries = () => {
}

exports.moveStorybookFiles = () => {
fs.renameSync('storybook-static', 'dist/storybook')
fsExtra.moveSync('storybook-static', 'dist/storybook', {overwrite: true,})
fsExtra.copySync('dist/storybook', '.vercel/output/static/storybook')
}

const fn = require.main === module && exports[process.argv[2]]
Expand Down

0 comments on commit ec7b3b9

Please sign in to comment.