-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: github工作流中yarnbuild 会完成打包但是无法自动退出命令行 #6162
Comments
I had the same issue with with In modern.config.js
|
Try this package to find the root cause: https://www.npmjs.com/package/why-is-node-running |
why-is-node-runningI tried to use this library but it didn't compile into modern.js successfully. Do you have any good code snippets for reference? |
You can use it in the edenx.config.ts file |
` tools: {
},` `> yarn build info Starting production build... FILEHANDLE(unknown stack trace) FILEHANDLE(unknown stack trace) FILEHANDLE(unknown stack trace) FILEHANDLE(unknown stack trace) As you can see, I have already integrated it, but it seems to have a problem. I have done a series of troubleshooting but it has not been solved. |
Version
Details
本地打包似乎是每次modern.config.ts更改过后进行yarnbuild,就会出现日志已经说明打包完成但是不退出命令行的情况;生产环境的workflow会永远无法退出命令行导致工作流卡住
Reproduce link
https://gist.github.com/katocrane/059c64273aa175407b9d99bc01a144ee
Reproduce Steps
执行yarn build
The text was updated successfully, but these errors were encountered: