Skip to content

Commit

Permalink
chore: fix dist job
Browse files Browse the repository at this point in the history
  • Loading branch information
wxsms committed Nov 15, 2021
1 parent c5d8027 commit fc41ef4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/single.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const files = [
'components/button/BtnToolbar.vue',
'components/carousel/Carousel.vue',
'components/carousel/Slide.vue',
'components/collapse/Collapse.js',
'components/collapse/Collapse.vue',
'components/datepicker/DatePicker.vue',
'components/dropdown/Dropdown.vue',
'components/modal/Modal.vue',
Expand All @@ -41,6 +41,7 @@ function e(command, options) {
if (error) {
console.error(`exec error: ${error}`)
reject(error)
process.exit(1)
}
console.log(`stdout: ${stdout}`)
console.error(`stderr: ${stderr}`)
Expand Down

0 comments on commit fc41ef4

Please sign in to comment.