Tomáš Jecha
Tomáš Jecha
As @lwyj123 wrote you can workaround this with extending github action step `Azure/static-web-apps-deploy@v1` yaml with env variables: ```yaml env: PRE_BUILD_COMMAND: npm install -g pnpm CUSTOM_BUILD_COMMAND: pnpm install && pnpm run...
@radimvaculik I think your PR partially duplicated my #11. It seems like @michalhosna is not currently active here.
@michalhosna Are you open to pull requests?
This seems like duplicate of #11995 - consider closing this one.