You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the css and js files are chunked, so I assume they are built from source files.
Ideally, GitHub would also have the source files, and then we (or I) can configure a GitHub Actions workflow, that uses the source files to build the mashup, which would then be committed to a separate branch.
A first step would be to commit the source files to the main branch.
RBC: Share the precise commands to build the site from the main branch (i.e. to produce the output that is currently in the build branch).
The following command builds source files into a production build: npm run build
Please let me know if this is the information you needed, or if you have any other questions
(In case you need a detailed information about the build process itself, it can be found here https://create-react-app.dev/docs/production-build )
Assigning @ndrhzn as FYI / coordination.
I see the css and js files are chunked, so I assume they are built from source files.
Ideally, GitHub would also have the source files, and then we (or I) can configure a GitHub Actions workflow, that uses the source files to build the mashup, which would then be committed to a separate branch.
main
branch.main
branch (i.e. to produce the output that is currently in thebuild
branch).The text was updated successfully, but these errors were encountered: