stevedlawrence commented on PR #2: URL: https://github.com/apache/daffodil-infrastructure/pull/2#issuecomment-2682648146
> I assume the giant index.js files are generated in some way? Yep. GitHub actions doesn't support downloading action dependencies so you have to compile the js files + dependencies into a single giant js file and commit those `dist/` files. `npm run build` is the way do to this, and there is a action to check to make sure changes to the actions are also compiled into dist/. This seems to be standard practice for actions. I'll update the readme to include instructions how the command to run to build things prior to committing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
