Skip to content

Commit

Permalink
fix(front): 修复打包构建进程不退出的问题(closed TencentBlueKing#317)
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 7946
  • Loading branch information
hyunfa committed May 15, 2024
1 parent afa373e commit a2d5cc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ rm(config.build.assetsRoot, e => {
' Tip: built files are meant to be served over an HTTP server.\n'
+ ' Opening index.html over file:// won\'t work.\n'
))
process.exit(0)
})
})

0 comments on commit a2d5cc3

Please sign in to comment.