Also carried over from copy/paste of another repo's manual-publish.yml file. frontend-platform has no need for the i18n_extract step, so this PR removes it from the workflow.
Merge checklist:
[ ] Consider running your code modifications in the included example app within frontend-platform. This can be done by running npm start and opening http://localhost:8080.
[ ] Verify your commit title/body conforms to the conventional commits format (e.g., fix, feat) and is appropriate for your code change. Consider whether your code is a breaking change, and modify your commit accordingly.
Post merge:
[ ] After the build finishes for the merged commit, verify the new release has been pushed to NPM.
Description:
Also carried over from copy/paste of another repo's
manual-publish.yml
file. frontend-platform has no need for thei18n_extract
step, so this PR removes it from the workflow.Merge checklist:
frontend-platform
. This can be done by runningnpm start
and opening http://localhost:8080.module.config.js
file infrontend-build
.fix
,feat
) and is appropriate for your code change. Consider whether your code is a breaking change, and modify your commit accordingly.Post merge: